Skip to content

Commit

Permalink
Fix macOS build (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Oct 11, 2023
1 parent 11840ac commit 00a2091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
cuda-version: 'cu117'
- os: macos-11
cuda-version: 'cu113'
- os: macos-11
cuda-version: 'cu115'
- os: macos-11
cuda-version: 'cu116'
- os: macos-11
cuda-version: 'cu117'
- os: macos-11
cuda-version: 'cu118'
- os: macos-11
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 00a2091

Please sign in to comment.