Skip to content

Commit 2d3b79f

Browse files
committed
Use an earlier version of the Windows toolchain since the latest swift.org development release doesn't include the _GUID fix
1 parent cd519d7 commit 2d3b79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
17+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-10-02-a
1818
options: -Xswiftc "-I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include"
1919

2020
name: SPM (Windows) - Swift ${{ matrix.swift_release_tag_name }}
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
include:
51-
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
51+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-10-02-a
5252
options: -I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include
5353

5454
name: CMake (Windows) - Swift ${{ matrix.swift_release_tag_name }}

0 commit comments

Comments
 (0)