We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca26467 + f7ff2d0 commit efacd7aCopy full SHA for efacd7a
.github/workflows/build-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
compiler: [gfortran10, gfortran11, gfortran12]
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
container:
16
image: mikolajkowalski/scone-test:${{matrix.compiler}}_pfu4
17
steps:
@@ -25,7 +25,7 @@ jobs:
25
ctest --output-on-faliure
26
cd -
27
build-and-test-debug:
28
29
30
image: mikolajkowalski/scone-test:gfortran12_pfu4
31
@@ -39,7 +39,7 @@ jobs:
39
40
41
build-and-test-no-openmp:
42
43
44
45
0 commit comments