Skip to content

Commit 9631e4b

Browse files
authored
Merge branch 'main' into feat/6450-fail-on-unfixable
2 parents a8db1a3 + 99709b2 commit 9631e4b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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

@@ -206,7 +206,7 @@ jobs:
206206
runs-on: windows-${{ matrix.windows-version }}
207207
env:
208208
SWIFT_VERSION: development
209-
SWIFT_BUILD: DEVELOPMENT-SNAPSHOT-2026-01-09-a
209+
SWIFT_BUILD: DEVELOPMENT-SNAPSHOT-2026-03-16-a
210210
strategy:
211211
fail-fast: false
212212
matrix:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: windows-${{ matrix.windows-version }}
6565
env:
6666
SWIFT_VERSION: development
67-
SWIFT_BUILD: DEVELOPMENT-SNAPSHOT-2026-01-09-a
67+
SWIFT_BUILD: DEVELOPMENT-SNAPSHOT-2026-03-16-a
6868
strategy:
6969
fail-fast: false
7070
matrix:

0 commit comments

Comments
 (0)