File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
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.
24
24
build : [cmake]
25
25
include :
26
26
- os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ The following combinations are tested on the default branch of stdlib:
87
87
88
88
Name | Version | Platform | Architecture
89
89
--- | --- | --- | ---
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
96
96
97
97
The following combinations are known to work, but they are not tested in the CI:
98
98
You can’t perform that action at this time.
0 commit comments