Skip to content

Commit

Permalink
Clean up action script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Apr 24, 2024
1 parent aff64d0 commit 4b6ab08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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: ubuntu-latest
toolchain: {compiler: intel, version: '2023.2'}
- os: macos-latest
toolchain: {compiler: intel-classic, version: '2021.9'}

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

0 comments on commit 4b6ab08

Please sign in to comment.