We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7fbcee + adf91b3 commit 8c5ae75Copy full SHA for 8c5ae75
1 file changed
.github/workflows/conda.yml
@@ -75,8 +75,9 @@ jobs:
75
matrix:
76
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
77
env:
78
- - {os: ubuntu-20.04, json-image: '{"image": null}'}
+ - {os: ubuntu-22.04, json-image: '{"image": "ubuntu:20.04"}'}
79
- {os: ubuntu-22.04, json-image: '{"image": null}'}
80
+ - {os: ubuntu-24.04, json-image: '{"image": null}'}
81
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:8"}'}
82
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
83
- {os: windows-2019, json-image: '{"image": null}'}
0 commit comments