Skip to content

Commit

Permalink
SPT-1998 set ci Xcode to 14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Frolov committed Mar 20, 2024
1 parent 14f1f97 commit 66349e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Init
run: |
make init
- name: Force select xcode 13
- name: Force select xcode 14
run: |
sudo xcode-select -switch /Applications/Xcode_13.4.app
sudo xcode-select -switch /Applications/Xcode_14.2.app
- name: Build
run: |
make build
Expand All @@ -45,4 +45,4 @@ jobs:
author_email: [email protected]
message: "Updates for documentation"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 66349e6

Please sign in to comment.