Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
GitHub Actions: Upgrade from macOS-10.15 to macOS-12 (10.15 is de…
Browse files Browse the repository at this point in the history
…precated) (#1446)
  • Loading branch information
krshrimali authored Sep 2, 2022
1 parent cb5a641 commit f26e3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-install-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# max-parallel: 6
matrix:
# PyTorch 1.5 is failing on Win and bolts requires torchvision>=0.5
os: [ubuntu-20.04, macOS-10.15] # , windows-2022
os: [ubuntu-20.04, macOS-12] # , windows-2022
# fixme
python-version: [3.7] # , 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# max-parallel: 6
matrix:
# PyTorch 1.5 is failing on Win and bolts requires torchvision>=0.5
os: [ubuntu-20.04, macOS-10.15, windows-2022]
os: [ubuntu-20.04, macOS-12, windows-2022]
python-version: [3.7, 3.9]
requires: ['oldest', 'latest']
topic: [['core']]
Expand Down

0 comments on commit f26e3df

Please sign in to comment.