diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13e1af6d..c2084701 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer' - uses: actions/checkout@v3 - name: test run: |