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 f3229d1 commit 5eaa147
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
toolchain:
- {compiler: gcc, version: 11}
# - {compiler: intel-classic, version: '2021.9'}
- {compiler: intel-classic, version: '2021.9'}
include:
- os: macos-latest
toolchain: {compiler: intel-classic, version: '2021.9'}
# - os: macos-latest
# toolchain: {compiler: intel-classic, version: '2021.9'}
- os: ubuntu-latest
toolchain:
- {compiler: intel, version: '2023.1'}
- {compiler: intel-classic, version: '2021.9'}
toolchain: {compiler: intel, version: '2023.1'}

steps:
- uses: awvwgk/setup-fortran@v1
Expand Down

0 comments on commit 5eaa147

Please sign in to comment.