Skip to content

Commit

Permalink
ci: pin Xcode to 13.4.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Feb 25, 2023
1 parent a701c9c commit 21694f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

- name: Select Xcode
if: matrix.os == 'macos-latest'
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app && /usr/bin/xcodebuild -version

- name: Install dependencies and build
run: yarn

Expand Down

0 comments on commit 21694f0

Please sign in to comment.