File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments