From 61e229b602203721a15cc843c940a12dc1924379 Mon Sep 17 00:00:00 2001 From: Shuang Wu Date: Thu, 3 Nov 2022 12:54:46 -0400 Subject: [PATCH] ci: remove macOS Due to this issue: https://github.com/pytorch/pytorch/issues/88049 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d1c67..1d7ca6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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