Skip to content

Commit 775906a

Browse files
committed
feat: Add macos (arm) 14+15 via depot runners
1 parent 04963f9 commit 775906a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,15 @@ jobs:
544544
},
545545
{
546546
build: macos-arm,
547-
os: macos-14,
547+
os: depot-macos-14,
548+
target: aarch64-apple-darwin,
549+
exe: "",
550+
llvm_url: "https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz",
551+
supports_v8: true,
552+
},
553+
{
554+
build: macos-arm,
555+
os: depot-macos-15,
548556
target: aarch64-apple-darwin,
549557
exe: "",
550558
llvm_url: "https://github.com/wasmerio/llvm-custom-builds/releases/download/21.x/llvm-darwin-aarch64.tar.xz",
@@ -580,6 +588,8 @@ jobs:
580588
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.SCCACHE_AZURE_CONNECTION_STRING }}
581589
steps:
582590
- uses: actions/checkout@v6
591+
- name: Set up Depot CLI
592+
uses: depot/setup-action@v1
583593
- name: Set up libstdc++ on Linux
584594
if: matrix.metadata.build == 'linux-x64'
585595
run: |

0 commit comments

Comments
 (0)