Skip to content

Commit

Permalink
Set specific xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Sep 9, 2023
1 parent 8e0943f commit c31cfb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: maxim-lobanov/setup-xcode@v1
name: Set Xcode Version
with:
xcode-version: 14.3.1

- name: "Test SDK versions"
run: |
xcodebuild -showsdks
Expand Down

0 comments on commit c31cfb6

Please sign in to comment.