From 245980317b3f5023af278a25f962462da29487de Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:09:04 -0500 Subject: [PATCH] fix: update Xcode used on CI --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d8c3a4..b44d17a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ on: jobs: build: name: Build - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: include: @@ -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