Update build environment for GitHub Actions from macOS 12 to 15 (#3226)

* Update build environment for GitHub Actions from macOS 12 to 15

* Fix node issue

* Add fix to other workflows
This commit is contained in:
Devin Binnie
2024-11-25 13:46:25 -05:00
committed by GitHub
parent 513a7e0a86
commit 80986355f2
7 changed files with 15 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ jobs:
retention-days: 14
build-mac-installer:
runs-on: macos-12
runs-on: macos-15
needs:
- begin-notification
steps:
@@ -136,6 +136,7 @@ jobs:
- name: release/install-dependencies
run: |
brew install yq rename
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
npm ci
- name: release/test
uses: ./.github/actions/test