Skip to content

Commit

Permalink
Update compiler versions in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
V. Raffuzzi committed Dec 18, 2024
1 parent 118be20 commit b93935b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-test:
strategy:
matrix:
compiler: [gfortran8, gfortran9, gfortran10]
compiler: [gfortran10, gfortran11, gfortran12]
runs-on: ubuntu-20.04
container:
image: mikolajkowalski/scone-test:${{matrix.compiler}}_pfu4
Expand All @@ -27,7 +27,7 @@ jobs:
build-and-test-debug:
runs-on: ubuntu-20.04
container:
image: mikolajkowalski/scone-test:gfortran10_pfu4
image: mikolajkowalski/scone-test:gfortran12_pfu4
steps:
- uses: actions/checkout@v3
- name: CompileAndTest
Expand All @@ -41,7 +41,7 @@ jobs:
build-and-test-no-openmp:
runs-on: ubuntu-20.04
container:
image: mikolajkowalski/scone-test:gfortran10_pfu4
image: mikolajkowalski/scone-test:gfortran12_pfu4
steps:
- uses: actions/checkout@v3
- name: CompileAndTest
Expand Down

0 comments on commit b93935b

Please sign in to comment.