Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove windows 2019 CI / update to windows 2022 #5419

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 1 addition & 2 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- os: macos-latest
experimental: ON
- os: windows-latest
- os: windows-2019
- os: windows-latest
config: "Debug"
# Insufficient space on default D:/ for debug build
Expand Down Expand Up @@ -83,7 +82,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
include:
- platform: windows-x86_64
os: windows-2019
os: windows-2022
triplet: x64-windows-release
- platform: linux-x86_64
os: ubuntu-20.04
Expand Down
Loading