Skip to content

Commit

Permalink
CI: upgrade windows image to windows-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Puerling committed Oct 2, 2024
1 parent 0158534 commit cd76393
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ jobs:
parallelisation: ""
- os: macos-13
parallelisation: "openmp"
- os: windows-2022
- os: windows-2024
parallelisation: ""
- os: windows-2022
- os: windows-2024
parallelisation: "openmp"

env:
BUILD_TYPE: Release
BUILD_SYSTEM_FLAG: ${{ matrix.os == 'windows-2022' && '-G Ninja' || '' }}
BUILD_SYSTEM_FLAG: ${{ matrix.os == 'windows-2024' && '-G Ninja' || '' }}
CMAKE_FLAGS: >
-DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
- name: 📚 Install LLVM and Ninja (Windows)
if: matrix.os == 'windows-2022'
if: matrix.os == 'windows-2024'
shell: pwsh
run: |
choco install llvm ninja -y
Expand Down Expand Up @@ -349,8 +349,8 @@ jobs:
run: ctest -C $BUILD_TYPE --rerun-failed --output-on-failure

test-msvc:
name: msvc (windows-2022)
runs-on: windows-2022
name: msvc (windows-2024)
runs-on: windows-2024
env:
BUILD_TYPE: Release
CMAKE_FLAGS: >
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
- os: ubuntu-22.04
coverage: true
- os: macos-13
- os: windows-2022
- os: windows-2024
env:
BUILD_TYPE: Debug
CMAKE_FLAGS: >
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
- configuration: "single-precision"
os: macos-13
- configuration: "single-precision"
os: windows-2022
os: windows-2024
- configuration: "pinning-and-defects"
os: ubuntu-22.04
env:
Expand Down

0 comments on commit cd76393

Please sign in to comment.