From 72e2d7a933c5544aa1ab631f96d7565057f5b46e Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 23 Jul 2021 11:17:30 -0400 Subject: [PATCH] disable macos for now --- .github/workflows/use-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 8c302d1..35244c7 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -9,7 +9,7 @@ jobs: name: Use Action strategy: matrix: - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: