Skip to content

Commit

Permalink
Addition of GCC 13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Sep 3, 2023
1 parent 8660485 commit b5052e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
gcc_v: [10, 11, 12] # Version of GFortran we want to use.
gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use.
build: [cmake]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit b5052e5

Please sign in to comment.