Skip to content

Commit

Permalink
Github CI: Also test on Windows 2022 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 4, 2021
1 parent d8e4acb commit e51709e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- uses: ./.github/actions/ctest

windows-minimal:
runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
Expand All @@ -283,7 +283,7 @@ jobs:
- uses: ./.github/actions/ctest-windows

windows-full:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -297,3 +297,16 @@ jobs:
- uses: ./.github/actions/build-windows
- uses: ./.github/actions/ctest-windows

windows-2020:
runs-on: windows-2022
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: ./.github/actions/install-windows
- uses: ./.github/actions/install-protozero
- uses: ./.github/actions/cmake-windows
- uses: ./.github/actions/build-windows
- uses: ./.github/actions/ctest-windows

0 comments on commit e51709e

Please sign in to comment.