File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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 : [10, 11, 12] # Version of GFortran we want to use.
23
+ gcc_v : [10, 11, 12, 13 ] # 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,8 +87,8 @@ The following combinations are tested on the default branch of stdlib:
87
87
88
88
Name | Version | Platform | Architecture
89
89
--- | --- | --- | ---
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
92
92
GCC Fortran (MSYS) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64
93
93
GCC Fortran (MinGW) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64, i686
94
94
Intel oneAPI classic | 2021.1 | Ubuntu 22.04.2 LTS | x86_64
You can’t perform that action at this time.
0 commit comments