From 48cb687aaa75153aa98f2c76051a9e1e03bd0833 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 6 Jul 2022 12:15:47 -0500 Subject: [PATCH] changed xcode install in action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5818cad..8678ebc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: + # remove macos, can't get xcode working yet for installing regex matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] python-version: [3.7, 3.8, 3.9, '3.10'] node: [ 12, 14, 16 ] fail-fast: true