Skip to content

Commit

Permalink
Run on the 2022 windows runner with newer gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 14, 2023
1 parent 3650662 commit 22cae62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{matrix.compiler}}
make -j
build-windows:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand All @@ -64,7 +64,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{matrix.compiler}} `
msbuild .\libassert.sln
build-mingw:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cmake-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
./main
test-mingw-fetchcontent:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: test
Expand All @@ -115,7 +115,7 @@ jobs:
make
.\main.exe
test-mingw-add_subdirectory:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: test
Expand All @@ -129,7 +129,7 @@ jobs:
make
.\main.exe
test-windows-fetchcontent:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Enable Developer Command Prompt
Expand All @@ -145,7 +145,7 @@ jobs:
msbuild demo_project.sln
.\Debug\main.exe
test-windows-add_subdirectory:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Enable Developer Command Prompt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
CTEST_OUTPUT_ON_FAILURE=1 make test
test-windows:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand All @@ -89,7 +89,7 @@ jobs:
run: |
ctest -C ${{matrix.target}} --output-on-failure
test-mingw:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 22cae62

Please sign in to comment.