From 25a06b1ceb230640ddf5fe798fa45f61e56ffb7a Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 6 Jul 2022 11:48:31 -0500 Subject: [PATCH] added xcode select for macos install --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c6c595..5ac9b7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: steps: - name: install xcode-select - if: ${{ matrix.os == 'macOS-latest' }} + if: ${{ matrix.os == 'macOS-latest' }} uses: devbotsxyz/xcode-select@v1 - name: checkout uses: actions/checkout@v3