Skip to content

Commit

Permalink
CI: Switch to macOS 14 runners and Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Apr 12, 2024
1 parent 68e9fcd commit 9da29e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
macos-build:
name: Build for macOS 🍏
runs-on: macos-13
runs-on: macos-14
needs: check-event
defaults:
run:
Expand All @@ -90,6 +90,10 @@ jobs:
: Set Up Environment 🔧
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print '::group::Enable Xcode 15.2'
sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
print '::endgroup::'
print '::group::Clean Homebrew Environment'
local -a to_remove=()
Expand Down

0 comments on commit 9da29e9

Please sign in to comment.