Skip to content

Commit

Permalink
Switch to windows 2019 nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nVxx authored Jun 11, 2024
1 parent cceef4f commit 7e387df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
target-platform: [host-os]
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-12]
type: [Debug, Release]
compiler: [default]
include:
Expand All @@ -38,7 +38,7 @@ jobs:
compiler: clang
# on Windows we skip Debug because otherwise the hosted runner runs out of space
exclude:
- os: windows-2022
- os: windows-2019
type: Debug

steps:
Expand Down

0 comments on commit 7e387df

Please sign in to comment.