Skip to content

Commit 7309598

Browse files
committed
github: Update macOS runner version
Githu is running out of capacity for the older ones.
1 parent 780ab03 commit 7309598

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
target: [aarch64-apple-darwin]
52-
runs-on: macos-13-xlarge
52+
runs-on: macos-14-xlarge
5353
permissions:
5454
contents: write
5555
steps:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
target: [aarch64-apple-darwin]
32-
runs-on: macos-13-xlarge
32+
runs-on: macos-14-xlarge
3333
permissions:
3434
contents: write
3535
steps:
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
target: [x86_64-apple-darwin]
50-
runs-on: macos-13
50+
runs-on: macos-14-large
5151
permissions:
5252
contents: write
5353
steps:

0 commit comments

Comments
 (0)