Skip to content

Don't use windows-2019 image since it will be depreciated #400

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

Merged
merged 3 commits into from
Jun 2, 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
12 changes: 5 additions & 7 deletions .github/workflows/ci-linux-osx-win-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
name: [ubuntu-latest, macos-latest, windows-2019-clang-cl, windows-latest, macos-14]
name: [ubuntu-latest, macos-latest, windows-latest-clang-cl, windows-latest, macos-13]
cxx_std: [17, 20]
continue_on_error: [false]

Expand All @@ -28,13 +28,11 @@ jobs:
os: ubuntu-latest
- name: macos-latest
os: macos-latest
- name: macos-14
os: macos-14
# proxsuite doesn't build with vs2019, so we use clang-cl instead
- name: windows-2019-clang-cl
os: windows-2019
- name: macos-13
os: macos-13
- name: windows-latest-clang-cl
os: windows-latest
compiler: clang-cl
# proxsuite should work with vs2022
- name: windows-latest
os: windows-latest
compiler: cl
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release-osx-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [macos-13, macos-14, windows-latest]
os: [macos-13, macos-14, windows-2022]
include:
- os: windows-2019
toolset: ClangCl
- os: windows-latest
- os: windows-2022
toolset: v143

steps:
Expand Down
Loading