Skip to content

Commit fe9427a

Browse files
authored
Use Xcode 26.4 for testing and release builds (#6571)
1 parent e53760e commit fe9427a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_26.0.1.app
16+
DEVELOPER_DIR: /Applications/Xcode_26.4.app
1717
RELEASE_BRANCH: release/${{ inputs.version }}
1818
MIMALLOC_VERSION: 3.0.10
1919

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- macOS: '15'
4747
xcode: '16.4'
4848
- macOS: '26'
49-
xcode: '26.0'
49+
xcode: '26.4'
5050
env:
5151
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
5252
steps:

0 commit comments

Comments
 (0)