Skip to content

Commit

Permalink
specify x-code version as 14.3 to get ranges support
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 11, 2023
1 parent d76cd6d commit 5c59b00
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 @@ -53,6 +53,9 @@ jobs:
run:
shell: bash
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.3"
- uses: actions/checkout@v3
- name: Build script
run: ./build.sh
Expand Down

0 comments on commit 5c59b00

Please sign in to comment.