Skip to content

Commit

Permalink
Fix macOS build (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Oct 5, 2023
1 parent 9899abe commit 4838123
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15] # windows-2019
os: [ubuntu-20.04, macos-11] # windows-2019
python-version: ['3.8', '3.9', '3.10', '3.11']
torch-version: [1.12.0, 1.13.0, 2.0.0, 2.1.0]
cuda-version: ['cpu', 'cu113', 'cu116', 'cu117', 'cu118', 'cu121']
Expand Down Expand Up @@ -43,15 +43,15 @@ jobs:
cuda-version: 'cu116'
- torch-version: 2.1.0
cuda-version: 'cu117'
- os: macos-10.15
- os: macos-11
cuda-version: 'cu113'
- os: macos-10.15
- os: macos-11
cuda-version: 'cu115'
- os: macos-10.15
- os: macos-11
cuda-version: 'cu116'
- os: macos-10.15
- os: macos-11
cuda-version: 'cu117'
- os: macos-10.15
- os: macos-11
cuda-version: 'cu118'

steps:
Expand Down

0 comments on commit 4838123

Please sign in to comment.