Skip to content

Commit

Permalink
Update to gnu13 in SCM rts
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jul 9, 2024
1 parent 0c9f188 commit 94b05b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
run_scm_rts:

# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
fortran-compiler: [gfortran-12]
fortran-compiler: [gfortran-13]
build-type: [Release, Debug, SinglePrecision]
py-version: [3.9.12]

Expand Down

0 comments on commit 94b05b5

Please sign in to comment.