Skip to content

Commit

Permalink
Use macos-14 runner instead of macos-latest-xlarge runner (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Feb 1, 2024
1 parent bbf97b4 commit 9423aa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
matrix:
include:
- arch: x64
runner: macos-latest
# https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
runner: macos-13
- arch: arm64
runner: macos-latest-xlarge
runner: macos-14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9423aa5

Please sign in to comment.