We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53760e commit fe9427aCopy full SHA for fe9427a
2 files changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ on:
13
type: string
14
15
env:
16
- DEVELOPER_DIR: /Applications/Xcode_26.0.1.app
+ DEVELOPER_DIR: /Applications/Xcode_26.4.app
17
RELEASE_BRANCH: release/${{ inputs.version }}
18
MIMALLOC_VERSION: 3.0.10
19
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
- macOS: '15'
47
xcode: '16.4'
48
- macOS: '26'
49
- xcode: '26.0'
+ xcode: '26.4'
50
51
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
52
steps:
0 commit comments