Skip to content

Commit

Permalink
Merge pull request #1043 from fortran-lang/ci/drop-gcc-13
Browse files Browse the repository at this point in the history
ci: GCC-13 has been removed from GA runners
  • Loading branch information
gnikit committed Jun 4, 2024
2 parents 8d392a7 + 6c744b8 commit 6b18ae5
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 @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
gcc_v: [10,11,12,13] # Version of GFortran we want to use.
gcc_v: [10,11,12] # Version of GFortran we want to use.
include:
- os: ubuntu-latest
os-arch: linux-x86_64
Expand Down

0 comments on commit 6b18ae5

Please sign in to comment.