Skip to content

Commit 3e50da8

Browse files
authored
Get the native arm64 CI to work (bcny) (#222)
1 parent 464661e commit 3e50da8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/schedule-swift-toolchain.yml

-21
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,3 @@ jobs:
2525
contents: write
2626
packages: write
2727
id-token: write
28-
29-
call_development_snapshot_win_arm64:
30-
if: false
31-
name: Development Snapshot on Windows/ARM64
32-
uses: ./.github/workflows/build-toolchain.yml
33-
with:
34-
create_release: false
35-
create_snapshot: false
36-
windows_build_arch: arm64
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-
android_api_level: 28
42-
build_android: false
43-
secrets: inherit
44-
permissions:
45-
contents: write
46-
packages: write
47-
id-token: write
48-

0 commit comments

Comments
 (0)