Skip to content

Commit 20aa0ad

Browse files
try macos-14 runner for arm builds
1 parent 3c35da5 commit 20aa0ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lsp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- host: macos-latest
1919
target: "x86_64-apple-darwin"
2020
container-options: "--rm"
21-
- host: macos-latest
21+
- host: macos-14
2222
target: "aarch64-apple-darwin"
2323
container-options: "--rm"
2424
- host: ubuntu-latest

.github/workflows/turborepo-library-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
settings:
20-
- host: macos-latest
20+
- host: macos-14
2121
target: "aarch64-apple-darwin"
2222
- host: macos-latest
2323
target: "x86_64-apple-darwin"

.github/workflows/turborepo-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- host: macos-latest
110110
target: "x86_64-apple-darwin"
111111
container-options: "--rm"
112-
- host: macos-latest
112+
- host: macos-14
113113
target: "aarch64-apple-darwin"
114114
container-options: "--rm"
115115
- host: ubuntu-latest

0 commit comments

Comments
 (0)