We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50720b3 commit 111eccdCopy full SHA for 111eccd
1 file changed
.github/workflows/conda.yml
@@ -75,7 +75,7 @@ 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"}'}
0 commit comments