Skip to content

Commit 1a4d826

Browse files
committed
actions: default to 24.04
1 parent fb7b21d commit 1a4d826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
test:
25-
runs-on: ${{ matrix.runs_on || 'ubuntu-20.04' }}
25+
runs-on: ${{ matrix.runs_on || 'ubuntu-24.04' }}
2626
timeout-minutes: 20
2727

2828
strategy:
@@ -31,12 +31,12 @@ jobs:
3131
matrix:
3232
include:
3333
- python: "3.9"
34-
- python: "3.8"
3534
cluster_type: mpi
3635
- python: "3.10"
3736
cluster_type: slurm
3837
container: slurmctld
3938
- python: "3.8"
39+
runs_on: 22.04
4040
- python: "3.10"
4141
env:
4242
IPP_CONTROLLER_IP: "*"

0 commit comments

Comments
 (0)