Skip to content

Commit

Permalink
misc(ci): Use xcode 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 13, 2024
1 parent 73cf07b commit 491cecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.1'
- name: Build
run: |
gem install --verbose xcpretty
Expand Down

0 comments on commit 491cecc

Please sign in to comment.