Skip to content

Commit 5bb893b

Browse files
author
Richard Top
committed
using ubuntu-22.04 to see if actions work
1 parent 3b0f3a6 commit 5bb893b

12 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
analysis:
2020
if: github.repository_owner == 'EESSI' # Prevent running on forks
2121
name: Scorecards analysis
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-22.04
2323
permissions:
2424
# Needed to upload the results to code-scanning dashboard.
2525
security-events: write

.github/workflows/test-eb-hooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read # to fetch code (actions/checkout)
99
jobs:
1010
check_eb_hooks_uptodate:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
EESSI_VERSION:
@@ -52,7 +52,7 @@ jobs:
5252
diff "$TEMP_FILE" "$EASYBUILD_HOOKS"
5353
5454
check_eb_hooks_functionality:
55-
runs-on: ubuntu-24.04
55+
runs-on: ubuntu-22.04
5656
strategy:
5757
matrix:
5858
EESSI_VERSION:

.github/workflows/test_eessi_container_script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read # to fetch code (actions/checkout)
1010
jobs:
1111
eessi_container_script:
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/test_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read # to fetch code (actions/checkout)
99
jobs:
1010
build:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Check out software-layer repository
1414
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read # to fetch code (actions/checkout)
99
jobs:
1010
build:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
python: [3.8, 3.9, '3.10']

.github/workflows/tests_archdetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read # to fetch code (actions/checkout)
99
jobs:
1010
build:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
proc_cpuinfo:

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read # to fetch code (actions/checkout)
88
jobs:
99
build:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
1313
fake_nvidia_smi_script:

.github/workflows/tests_eessi_module.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
fi
151151
152152
make_sure_load_and_unload_work:
153-
runs-on: ubuntu-24.04
153+
runs-on: ubuntu-22.04
154154
strategy:
155155
fail-fast: false
156156
matrix:
@@ -237,7 +237,7 @@ jobs:
237237
python .github/workflows/scripts/verify_eessi_environment.py
238238
239239
check_sticky_eessi_module:
240-
runs-on: ubuntu-24.04
240+
runs-on: ubuntu-22.04
241241
strategy:
242242
fail-fast: false
243243
matrix:
@@ -274,7 +274,7 @@ jobs:
274274
module list |& grep "EESSI/${{matrix.EESSI_VERSION}}"
275275
276276
check_family_eessi_module:
277-
runs-on: ubuntu-24.04
277+
runs-on: ubuntu-22.04
278278
strategy:
279279
fail-fast: false
280280
matrix:
@@ -317,7 +317,7 @@ jobs:
317317
module load "${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}" |& grep "${GREP_PATTERN}"
318318
319319
check_PS1_update_eessi_module:
320-
runs-on: ubuntu-24.04
320+
runs-on: ubuntu-22.04
321321
strategy:
322322
fail-fast: false
323323
matrix:

.github/workflows/tests_init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read # to fetch code (actions/checkout)
99
jobs:
1010
build:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
python: [3.8, 3.9, '3.10']

.github/workflows/tests_init_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read # to fetch code (actions/checkout)
1010
jobs:
1111
build:
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)