Skip to content

Commit

Permalink
Update Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Jun 27, 2024
1 parent 9599b6f commit 7d5e7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cd build ; ctest -C Debug --output-on-failure ${{ env.CTEST_VERBOSITY }}

clang:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand All @@ -124,7 +124,7 @@ jobs:
run: cd build ; ctest -C Debug --output-on-failure ${{ env.CTEST_VERBOSITY }}

clang-cl:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7d5e7cf

Please sign in to comment.