File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ jobs:
3232 matrix :
3333 os : [ubuntu-latest, macos-latest, windows-latest]
3434 toolchain :
35- - {compiler: gcc, version: 11}
35+ - {compiler: gcc, version: 13}
36+ - {compiler: intel, version: '2023.2'}
3637 - {compiler: intel-classic, version: '2021.10'}
3738 include :
3839 - os : ubuntu-latest
39- toolchain : {compiler: intel , version: '2023.2' }
40+ toolchain : {compiler: gcc , version: 12 }
4041 exclude :
41- - os : windows -latest
42- toolchain : {compiler: intel-classic , version: '2021.10 '}
42+ - os : macos -latest
43+ toolchain : {compiler: intel, version: '2023.2 '}
4344
4445 steps :
4546 - uses : fortran-lang/setup-fortran@v1
4849 compiler : ${{ matrix.toolchain.compiler }}
4950 version : ${{ matrix.toolchain.version }}
5051
51- - run : ${{ env.FC }} --version
52- env :
53- FC : ${{ steps.setup-fortran.outputs.fc }}
52+ - run : |
53+ ${{ env.FC }} ... # environment vars FC, CC, and CXX are set
54+ ${{ steps.setup-fortran.outputs.fc }} ... # outputs work too
5455` ` `
5556
5657
You can’t perform that action at this time.
0 commit comments