From 52baeb118b81abda6cf25aa2e54bc6888c925643 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 24 Nov 2025 15:46:25 -0800 Subject: [PATCH] Update build.yml Bump the Windows toolchain to 2025-11-03-a --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42746a3..5f115df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: include: - branch: development - tag: DEVELOPMENT-SNAPSHOT-2024-02-08-a + tag: DEVELOPMENT-SNAPSHOT-2025-11-03-a options: -Xswiftc "-I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include" name: SPM (Windows) - Swift ${{ matrix.tag }}