Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ jobs:
- python: '3.14'
python_spec: '3.14.* *_cp314'
experimental: false
runner: ubuntu-22.04
runner: ubuntu-24.04

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would not it be better to use ubuntu-latest here instead of pinning ubuntu-24.04?
All other jobs here (and in the other workflows) use ubuntu-latest and it already resolves to 24.04

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a fair point, we could do that instead

- python: '3.14'
python_spec: '3.14.* *_cp314t'
experimental: false
runner: ubuntu-22.04
runner: ubuntu-24.04
experimental: [false]
runner: [ubuntu-latest]
continue-on-error: ${{ matrix.experimental }}
Expand Down
Loading