Skip to content

Commit

Permalink
Add a few more mac configurations for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 19, 2024
1 parent 83101d6 commit c9f9b01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,23 @@ jobs:
- os: macos-latest
toolchain: {compiler: gcc, version: 11}
std: "f2008"
# Oldest possible gcc and oldest macos
- os: macos-12
toolchain: {compiler: gcc, version: 11}
std: "f2008"
# Newest possible intel-classic and standard on newest compatible macos
- os: macos-14
toolchain: {compiler: intel-classic, version: '2021.10'}
std: "f2018"
- os: macos-13
toolchain: {compiler: intel-classic, version: '2021.10'}
std: "f2008"
- os: macos-13-xlarge
toolchain: {compiler: intel-classic, version: '2021.10'}
std: "f2008"
- os: macos-12
toolchain: {compiler: intel-classic, version: '2021.10'}
std: "f2008"
# exclude:
# - os: windows-latest
# toolchain: {compiler: nvidia-hpc, version: '23.11'}
Expand Down

0 comments on commit c9f9b01

Please sign in to comment.