Skip to content

Commit

Permalink
infra: force usage of xcode 14.1 for CI on build
Browse files Browse the repository at this point in the history
  • Loading branch information
diasdecodigou committed Apr 23, 2024
1 parent b485ee0 commit fdc5d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode.app
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1'

- name: Build
run: |
Expand Down

0 comments on commit fdc5d36

Please sign in to comment.