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

Commit

Permalink
ci: remove support on macOS and Windows
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 3e1eb79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Expand Up @@ -3,10 +3,7 @@ on: [push, pull_request]

jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3e1eb79

Please sign in to comment.