Skip to content

Commit

Permalink
chore: peg ios build to xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jleach committed Apr 3, 2023
1 parent 72ce29c commit 7896aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'

- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit 7896aa9

Please sign in to comment.