Skip to content

Commit

Permalink
Update build-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon committed Apr 15, 2024
1 parent a8397a3 commit d591298
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
strategy:
matrix:
Expand All @@ -93,6 +93,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 d591298

Please sign in to comment.