[core] Update macOS GitHub Action Runners (#131)

Update the used GitHub Action runners to `macos-14`, see
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
This commit is contained in:
Rico Berger
2024-02-02 17:36:46 +01:00
committed by GitHub
parent 6029ee539e
commit aeeea4fd95

View File

@@ -196,7 +196,7 @@ jobs:
# runs for pull requests and when a new release is published.
macos:
name: macOS
runs-on: macos-latest
runs-on: macos-14
if: github.event_name == 'pull_request' || (github.event_name == 'release' && github.event.action == 'published')
permissions:
contents: write
@@ -371,7 +371,7 @@ jobs:
# app works. The artifact of the build isn't uploaded / used.
ios:
name: iOS
runs-on: macos-latest
runs-on: macos-14
if: github.event_name == 'pull_request' || (github.event_name == 'release' && github.event.action == 'published')
defaults:
run: