Skip to content

Commit

Permalink
Remove windows 2019 CI / update to windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Feb 12, 2025
1 parent 73ccd39 commit 4a39fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]
os: [windows-2022]
#considering https://stackoverflow.com/questions/65035256/how-to-access-matrix-variables-in-github-actions
environ: [azure, s3, gcs, serialization]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
include:
- os: ubuntu-latest
triplet: x64-linux
- os: windows-2019
- os: windows-2022
triplet: x64-windows
- os: macos-13
triplet: x64-osx
Expand Down

0 comments on commit 4a39fb2

Please sign in to comment.