Skip to content

Commit

Permalink
cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Mar 30, 2024
1 parent c178b2e commit 038dc88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ jobs:
os: [macos-latest] #ubuntu-latest, windows-latest]
toolchain:
- {compiler: gcc, version: 13}
# - {compiler: intel, version: '2023.2'}
# - {compiler: intel-classic, version: '2021.10'}
# - {compiler: nvidia-hpc, version: '23.11'}
include:
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 12}
# - {compiler: intel, version: '2023.2'}
# - {compiler: intel-classic, version: '2021.10'}
# - {compiler: nvidia-hpc, version: '23.11'}
# include:
# - os: ubuntu-latest
# toolchain: {compiler: gcc, version: 12}
exclude:
- os: macos-latest
toolchain: {compiler: intel, version: '2023.2'}
- os: macos-latest
toolchain: {compiler: nvidia-hpc, version: '23.11'}
# - os: windows-latest
# toolchain: {compiler: nvidia-hpc, version: '23.11'}
# - os: windows-latest
# toolchain: {compiler: nvidia-hpc, version: '23.11'}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 038dc88

Please sign in to comment.