Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
ci: remove macOS
Browse files Browse the repository at this point in the history
Due to this issue:
pytorch/pytorch#88049
  • Loading branch information
seanwu1105 committed Nov 3, 2022
1 parent 6445155 commit 61e229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 61e229b

Please sign in to comment.