Skip to content

Commit

Permalink
CI: Use macos-15 image (Xcode 16) for building
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaedtler committed Oct 26, 2024
1 parent 52a0486 commit 448d1c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
macos-build:
name: macOS 🍏
runs-on: macos-14
runs-on: macos-15
needs: check-event
strategy:
fail-fast: false
Expand All @@ -80,10 +80,6 @@ jobs:
: Set Up Environment 🔧
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print '::group::Enable Xcode 15.4'
sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
print '::endgroup::'
print '::group::Clean Homebrew Environment'
local -a to_remove=()
Expand Down

0 comments on commit 448d1c8

Please sign in to comment.