Skip to content

Commit 450b27a

Browse files
committed
switch to older Ubuntu version
1 parent d8cfeda commit 450b27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
aiida:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Conda config
@@ -27,7 +27,7 @@ jobs:
2727
python test_with_aiida.py
2828
2929
jobflow:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Conda config
@@ -46,7 +46,7 @@ jobs:
4646
python test_with_jobflow.py
4747
4848
pyiron:
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-22.04
5050
steps:
5151
- uses: actions/checkout@v4
5252
- name: Conda config

0 commit comments

Comments
 (0)