Skip to content

Commit 4da9933

Browse files
authoredMar 2, 2023
Update GCC versions in OS matrix (#698)
* Update gcc versions in OS matrix * Update the CI table in the README
1 parent fba31e0 commit 4da9933

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

Diff for: ‎.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: [9, 10, 11] # Version of GFortran we want to use.
23+
gcc_v: [10, 11, 12] # Version of GFortran we want to use.
2424
build: [cmake]
2525
include:
2626
- os: ubuntu-latest

Diff for: ‎README.md

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

8888
Name | Version | Platform | Architecture
8989
--- | --- | --- | ---
90-
GCC Fortran | 9, 10, 11 | Ubuntu 20.04 | x86_64
91-
GCC Fortran | 9, 10, 11 | MacOS Catalina 10.15 | x86_64
92-
GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64
93-
GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686
94-
Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64
95-
Intel oneAPI classic | 2021.1 | MacOS Catalina 10.15 | x86_64
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
92+
GCC Fortran (MSYS) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64
93+
GCC Fortran (MinGW) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64, i686
94+
Intel oneAPI classic | 2021.1 | Ubuntu 22.04.2 LTS | x86_64
95+
Intel oneAPI classic | 2021.1 | macOS 12.6.3 (21G419) | x86_64
9696

9797
The following combinations are known to work, but they are not tested in the CI:
9898

0 commit comments

Comments
 (0)
Please sign in to comment.