Skip to content

Commit efacd7a

Browse files
Merge pull request #158 from Mikolaj-A-Kowalski/update-runners
[ci] update deprecated ubuntu 20.04 runners
2 parents ca26467 + f7ff2d0 commit efacd7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
compiler: [gfortran10, gfortran11, gfortran12]
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
container:
1616
image: mikolajkowalski/scone-test:${{matrix.compiler}}_pfu4
1717
steps:
@@ -25,7 +25,7 @@ jobs:
2525
ctest --output-on-faliure
2626
cd -
2727
build-and-test-debug:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
container:
3030
image: mikolajkowalski/scone-test:gfortran12_pfu4
3131
steps:
@@ -39,7 +39,7 @@ jobs:
3939
ctest --output-on-faliure
4040
cd -
4141
build-and-test-no-openmp:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-latest
4343
container:
4444
image: mikolajkowalski/scone-test:gfortran12_pfu4
4545
steps:

0 commit comments

Comments
 (0)