Skip to content

Commit 6b18ae5

Browse files
authored
Merge pull request #1043 from fortran-lang/ci/drop-gcc-13
ci: GCC-13 has been removed from GA runners
2 parents 8d392a7 + 6c744b8 commit 6b18ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-11, windows-latest]
25-
gcc_v: [10,11,12,13] # Version of GFortran we want to use.
25+
gcc_v: [10,11,12] # Version of GFortran we want to use.
2626
include:
2727
- os: ubuntu-latest
2828
os-arch: linux-x86_64

0 commit comments

Comments
 (0)