Skip to content

Commit

Permalink
Use windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 5, 2024
1 parent 96cecd0 commit e9fbafc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
shell: bash
strategy:
matrix:
os: [ubuntu-22.04, windows-2019]
os: [ubuntu-22.04, windows-2022]
buildType: [Debug, Release]
standalone: [Boost, Standalone]
shared_lib: [ON, OFF]
generator: ['Visual Studio 16 2019', 'MinGW Makefiles', 'Unix Makefiles']
generator: ['Visual Studio 17 2022', 'MinGW Makefiles', 'Unix Makefiles']
exclude:
- os: ubuntu-22.04
generator: MinGW Makefiles
- os: ubuntu-22.04
generator: Visual Studio 16 2019
generator: Visual Studio 17 2022
- os: ubuntu-22.04
buildType: Debug
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -109,7 +109,6 @@ jobs:
# Except for MinGW where the bash shell makes it use the wrong DLLs
- name: Test
working-directory: build
if: "! contains(matrix.generator, 'Makefiles')"
run: ctest --output-on-failure -C ${{matrix.buildType}} --verbose
- name: Test on PowerShell
working-directory: build
Expand Down

0 comments on commit e9fbafc

Please sign in to comment.