Skip to content

Commit df0b3f9

Browse files
authored
Addition of GCC 13 to CI (#737)
* Addition of GCC 13 to CI * update README.md for GCC compilers
1 parent 8660485 commit df0b3f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest]
23-
gcc_v: [10, 11, 12] # Version of GFortran we want to use.
23+
gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use.
2424
build: [cmake]
2525
include:
2626
- os: ubuntu-latest

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The following combinations are tested on the default branch of stdlib:
8787

8888
Name | Version | Platform | Architecture
8989
--- | --- | --- | ---
90-
GCC Fortran | 10, 11, 12 | Ubuntu 22.04.2 LTS | x86_64
91-
GCC Fortran | 10, 11, 12 | macOS 12.6.3 (21G419) | x86_64
90+
GCC Fortran | 10, 11, 12, 13 | Ubuntu 22.04.2 LTS | x86_64
91+
GCC Fortran | 10, 11, 12, 13 | macOS 12.6.3 (21G419) | x86_64
9292
GCC Fortran (MSYS) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64
9393
GCC Fortran (MinGW) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64, i686
9494
Intel oneAPI classic | 2021.1 | Ubuntu 22.04.2 LTS | x86_64

0 commit comments

Comments
 (0)