From 68b8fca58ecf3074c909c62ea0926921e45ab1ec Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 6 Jul 2022 12:00:20 -0500 Subject: [PATCH] changed xcode install in action --- .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 8c8949e..5818cad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: xcode-version: latest-stable - name: install xcode cli tools if: ${{ matrix.os == 'macos-latest' }} - run: xcode-select --reset + run: sudo xcode-select --reset - name: checkout uses: actions/checkout@v3 - name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}