Skip to content

Commit

Permalink
Change the Docker image used for tests
Browse files Browse the repository at this point in the history
Now uses a version with PFUnit 4.7.3
  • Loading branch information
Mikolaj-A-Kowalski committed Nov 22, 2023
1 parent 3170b67 commit 3cf6571
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 @@ -13,7 +13,7 @@ jobs:
compiler: [gfortran8, gfortran9, gfortran10]
runs-on: ubuntu-20.04
container:
image: mikolajkowalski/scone-test:${{matrix.compiler}}
image: mikolajkowalski/scone-test:${{matrix.compiler}}_pfu4
steps:
- uses: actions/checkout@v3
- name: CompileAndTest
Expand All @@ -27,7 +27,7 @@ jobs:
build-and-test-debug:
runs-on: ubuntu-20.04
container:
image: mikolajkowalski/scone-test:gfortran10
image: mikolajkowalski/scone-test:gfortran10_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
image: mikolajkowalski/scone-test:gfortran10_pfu4
steps:
- uses: actions/checkout@v3
- name: CompileAndTest
Expand Down

0 comments on commit 3cf6571

Please sign in to comment.