We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b21d commit 1a4d826Copy full SHA for 1a4d826
.github/workflows/test.yml
@@ -22,7 +22,7 @@ env:
22
23
jobs:
24
test:
25
- runs-on: ${{ matrix.runs_on || 'ubuntu-20.04' }}
+ runs-on: ${{ matrix.runs_on || 'ubuntu-24.04' }}
26
timeout-minutes: 20
27
28
strategy:
@@ -31,12 +31,12 @@ jobs:
31
matrix:
32
include:
33
- python: "3.9"
34
- - python: "3.8"
35
cluster_type: mpi
36
- python: "3.10"
37
cluster_type: slurm
38
container: slurmctld
39
- python: "3.8"
+ runs_on: 22.04
40
41
env:
42
IPP_CONTROLLER_IP: "*"
0 commit comments