Skip to content

Commit

Permalink
SPT-1998 set ci Xcode to 15 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Mar 26, 2024
1 parent eab9018 commit 48d4318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v2
- name: Init
run: |
make init
- name: Force select xcode 13
- name: Force select xcode 15
run: |
sudo xcode-select -switch /Applications/Xcode_13.4.app
sudo xcode-select -switch /Applications/Xcode_15.2.app
- name: Build
run: |
make build
Expand All @@ -45,4 +45,4 @@ jobs:
author_email: chausov@surf.dev
message: "Updates for documentation"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 48d4318

Please sign in to comment.