Skip to content

Commit

Permalink
Action script mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed May 1, 2024
1 parent 516bd7d commit f3229d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- os: macos-latest
toolchain: {compiler: intel-classic, version: '2021.9'}
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2023.1'}
toolchain:
- {compiler: intel, version: '2023.1'}
- {compiler: intel-classic, version: '2021.9'}

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

0 comments on commit f3229d1

Please sign in to comment.