Skip to content

Commit 7746ea2

Browse files
committed
Fix compiler used by MinGW jobs
1 parent 5b2f3f3 commit 7746ea2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ jobs:
249249
- { config: clang-cl-no-vcruntime, mingw: false, cc: clang-cl, cxx: clang-cl }
250250
- { config: clang-cl-debug, mingw: false, cc: clang-cl, cxx: clang-cl }
251251
- { config: clang-cl-static-crt, mingw: false, cc: clang-cl, cxx: clang-cl }
252-
- { config: mingw-dll, mingw: true, cc: clang-cl, cxx: clang-cl }
252+
- { config: mingw-dll, mingw: true, cc: cc, cxx: c++ }
253253
- { config: mingw-dll, mingw: true, cc: i686-w64-mingw32-clang, cxx: i686-w64-mingw32-clang++ }
254-
- { config: mingw-static, mingw: true, cc: clang-cl, cxx: clang-cl }
255-
- { config: mingw-incomplete-sysroot, mingw: true, cc: clang-cl, cxx: clang-cl }
256-
- { config: mingw-static, mingw: true, cc: clang-cl, cxx: clang-cl, runner: windows-11-arm }
254+
- { config: mingw-static, mingw: true, cc: cc, cxx: c++ }
255+
- { config: mingw-incomplete-sysroot, mingw: true, cc: cc, cxx: c++ }
256+
- { config: mingw-static, mingw: true, cc: cc, cxx: c++, runner: windows-11-arm }
257257
runs-on: ${{ matrix.runner != '' && matrix.runner || 'windows-2022' }}
258258
steps:
259259
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)