Skip to content

Commit 3e9a2e7

Browse files
committed
Use GitHub-supplied Docker container for Ubuntu 20.04 Conda tests
Indeed, the Ubuntu 20.04 GitHub runners's end-of-support is imminent.
1 parent 82e0d2c commit 3e9a2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
7777
env:
78-
- {os: ubuntu-20.04, json-image: '{"image": null}'}
78+
- {os: ubuntu-22.04, json-image: '{"image": "ubuntu:20.04"}'}
7979
- {os: ubuntu-22.04, json-image: '{"image": null}'}
8080
- {os: ubuntu-24.04, json-image: '{"image": null}'}
8181
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:8"}'}

0 commit comments

Comments
 (0)