@@ -14,10 +14,10 @@ jobs:
14
14
uses : ./.github/workflows/build-toolchain.yml
15
15
with :
16
16
windows_build_arch : amd64
17
- windows_x64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-16-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-latest-8-cores' }}
18
- windows_x64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-64-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-latest-64-cores' }}
19
- windows_arm64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-16-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-8-cores' }}
20
- windows_arm64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-64-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-32-cores' }}
17
+ windows_x64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-16-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-latest-8-cores' }}
18
+ windows_x64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-64-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-latest-64-cores' }}
19
+ windows_arm64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-16-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-8-cores' }}
20
+ windows_arm64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-64-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-32-cores' }}
21
21
android_api_level : 28
22
22
build_android : true
23
23
secrets : inherit
@@ -34,10 +34,10 @@ jobs:
34
34
create_release : false
35
35
create_snapshot : false
36
36
windows_build_arch : arm64
37
- windows_x64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-16-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-latest-8-cores' }}
38
- windows_x64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-64-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-latest-64-cores' }}
39
- windows_arm64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-16-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-8-cores' }}
40
- windows_arm64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-64-2024-10-10 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-32-cores' }}
37
+ windows_x64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-16-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-latest-8-cores' }}
38
+ windows_x64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-64-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-latest-64-cores' }}
39
+ windows_arm64_default_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-16-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-8-cores' }}
40
+ windows_arm64_compilers_runner : ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-64-2024-12-19 --{0}', github.run_id) || 'swift-build-windows-arm64-latest-32-cores' }}
41
41
android_api_level : 28
42
42
build_android : false
43
43
secrets : inherit
0 commit comments