Skip to content

Commit

Permalink
Update Mac build to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Aug 23, 2024
1 parent 9ceb9a0 commit 6d00c48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
python-version: "3.10"
pytorch-version: "2.1.*"

- name: MacOS (Python 3.9, PyTorch 1.9)
os: macos-11
- name: MacOS (Python 3.11, PyTorch 2.4)
os: macos-latest
cuda-version: ""
gcc-version: ""
nvcc-version: ""
python-version: "3.9"
pytorch-version: "1.9.*" # Some test fails with 1.10
python-version: "3.11"
pytorch-version: "2.4.*"


steps:
Expand Down

0 comments on commit 6d00c48

Please sign in to comment.