Skip to content

Commit ad4674b

Browse files
authored
Merge pull request #378 from KhiopsML/374-backport-v10
374 backport v10
2 parents 8bbcea6 + 3e9a2e7 commit ad4674b

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)