Skip to content

Commit

Permalink
specify xcode 14.3 for ranges support
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 8, 2023
1 parent 2f9c685 commit 07ec898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.3"
- name: Build script
run: ./build.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 07ec898

Please sign in to comment.