File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 analysis :
2020 if : github.repository_owner == 'EESSI' # Prevent running on forks
2121 name : Scorecards analysis
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-22.04
2323 permissions :
2424 # Needed to upload the results to code-scanning dashboard.
2525 security-events : write
Original file line number Diff line number Diff line change 1515 - nvidia/cc80
1616jobs :
1717 check_missing :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-22.04
1919 strategy :
2020 fail-fast : false
2121 matrix :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : read # to fetch code (actions/checkout)
99jobs :
1010 build :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 steps :
1313 - name : Check out software-layer repository
1414 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : read # to fetch code (actions/checkout)
99jobs :
1010 build :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 strategy :
1313 matrix :
1414 proc_cpuinfo :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77 contents : read # to fetch code (actions/checkout)
88jobs :
99 build :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 strategy :
1212 matrix :
1313 fake_nvidia_smi_script :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : read # to fetch code (actions/checkout)
99jobs :
1010 basic_checks :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 strategy :
1313 fail-fast : false
1414 matrix :
6363 set -e # Re-enable exit on non-zero status
6464
6565 lmod_and_init_script_comparison :
66- runs-on : ubuntu-latest
66+ runs-on : ubuntu-22.04
6767 strategy :
6868 fail-fast : false
6969 matrix :
@@ -136,7 +136,7 @@ jobs:
136136 fi
137137
138138 make_sure_load_and_unload_work :
139- runs-on : ubuntu-latest
139+ runs-on : ubuntu-22.04
140140 strategy :
141141 fail-fast : false
142142 matrix :
@@ -204,4 +204,4 @@ jobs:
204204 echo "Test for checking env variables FAILED" >&2
205205 diff --unified=0 "${initial_env_file}" "${module_cycled_file}"
206206 exit 1
207- fi
207+ fi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : read # to fetch code (actions/checkout)
1010jobs :
1111 build :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313 strategy :
1414 fail-fast : false
1515 matrix :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read # to fetch code (actions/checkout)
1515jobs :
1616 build :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1818 steps :
1919 - name : Check out software-layer repository
2020 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828 contents : read # to fetch code (actions/checkout)
2929jobs :
3030 build :
31- runs-on : ubuntu-latest
31+ runs-on : ubuntu-22.04
3232 steps :
3333 - name : checkout
3434 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments