Skip to content

Commit 12a6552

Browse files
committed
WIP: Switch to testing the mingw configuration on windows-11-arm
1 parent 128c9fa commit 12a6552

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -224,20 +224,12 @@ jobs:
224224
**/crash_diagnostics/*
225225
226226
windows:
227-
runs-on: windows-2022
227+
runs-on: windows-11-arm
228228
strategy:
229229
fail-fast: false
230230
matrix:
231231
include:
232-
- { config: clang-cl-dll, mingw: false }
233-
- { config: clang-cl-static, mingw: false }
234-
- { config: clang-cl-no-vcruntime, mingw: false }
235-
- { config: clang-cl-debug, mingw: false }
236-
- { config: clang-cl-static-crt, mingw: false }
237232
- { config: mingw-dll, mingw: true }
238-
- { config: mingw-static, mingw: true }
239-
- { config: mingw-dll-i686, mingw: true }
240-
- { config: mingw-incomplete-sysroot, mingw: true }
241233
steps:
242234
- uses: actions/checkout@v4
243235
- name: Install dependencies
@@ -251,7 +243,7 @@ jobs:
251243
- name: Install llvm-mingw
252244
if: ${{ matrix.mingw == true }}
253245
run: |
254-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-x86_64.zip
246+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-aarch64.zip
255247
powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
256248
del llvm-mingw*.zip
257249
mv llvm-mingw* c:\llvm-mingw

0 commit comments

Comments
 (0)