Skip to content

Commit 99709b2

Browse files
authored
Use latest Windows snapshot build (#6572)
1 parent fe9427a commit 99709b2

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
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)