Skip to content

Commit

Permalink
increment gcc to version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 21, 2023
1 parent 80aa191 commit 7fb4b52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 11
version: 12

- name: Set up Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -86,17 +86,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: fortran-lang/setup_fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 12

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

uses: fortran-lang/setup_fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7fb4b52

Please sign in to comment.