Skip to content

Commit

Permalink
Update action script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed May 1, 2024
1 parent db73a22 commit 473faeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
os: [ubuntu-latest, macos-latest]
toolchain:
- {compiler: gcc, version: 11}
- {compiler: intel-classic, version: '2021.9'}
include:
- os: macos-lastest
toolchain: {compiler: intel-classic, version: '2021.9'}
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2023.1'}

Expand Down

0 comments on commit 473faeb

Please sign in to comment.