We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780ab03 commit 7309598Copy full SHA for 7309598
2 files changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
fail-fast: false
50
matrix:
51
target: [aarch64-apple-darwin]
52
- runs-on: macos-13-xlarge
+ runs-on: macos-14-xlarge
53
permissions:
54
contents: write
55
steps:
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
31
32
33
34
35
@@ -47,7 +47,7 @@ jobs:
47
48
target: [x86_64-apple-darwin]
- runs-on: macos-13
+ runs-on: macos-14-large
0 commit comments