Skip to content

Commit

Permalink
fix: update Xcode used on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jan 28, 2024
1 parent 5f344d9 commit 2459803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
build:
name: Build
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
include:
Expand All @@ -39,9 +39,9 @@ jobs:
- name: Get tags
run: git fetch --prune --unshallow --tags

- name: Select Xcode version (14.2)
- name: Select Xcode version (15.1)
run: |
sudo xcode-select --switch /Applications/Xcode_14.2.app
sudo xcode-select --switch /Applications/Xcode_15.1.app
- name: Bootstrap Procursus
uses: dhinakg/procursus-action@main
Expand Down

0 comments on commit 2459803

Please sign in to comment.