Skip to content

Commit 8c5ae75

Browse files
authored
Merge pull request #374 from KhiopsML/362-remove-ubuntu-20-04-ci-runners
362 remove ubuntu 20 04 ci runners
2 parents c7fbcee + adf91b3 commit 8c5ae75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ 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}'}
80+
- {os: ubuntu-24.04, json-image: '{"image": null}'}
8081
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:8"}'}
8182
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
8283
- {os: windows-2019, json-image: '{"image": null}'}

0 commit comments

Comments
 (0)