Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed May 1, 2024
1 parent b24ab02 commit 32af2ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
toolchain:
- {compiler: gcc, version: 13}
- {compiler: intel, version: '2023.2'}
- {compiler: intel-classic, version: '2021.10'}
include:
- os: macos-lastest
toolchain: {compiler: intel-classic, version: '2021.10'}
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2023.2'}
- os: windows-latest
toolchain: {compiler: intel, version: '2023.2'}

steps:
Expand All @@ -31,7 +33,7 @@ jobs:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- run: ${{ env.FC }} --version
- run: ${{ env.FC }}
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
CC: ${{ steps.setup-fortran.outputs.cc }}
Expand Down

0 comments on commit 32af2ab

Please sign in to comment.