diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 143f752b683..d02e58c8797 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -750,21 +750,21 @@ jobs: # exe: '', # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-linux-amd64.tar.xz' #}, - { - build: macos-x64, - os: macos-12, - target: x86_64-apple-darwin, - exe: '', - llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-amd64.tar.xz' - - }, #{ - # build: macos-arm, - # os: macos-14, - # target: aarch64-apple-darwin, + # build: macos-x64, + # os: macos-12, + # target: x86_64-apple-darwin, # exe: '', - # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz' + # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-amd64.tar.xz' + #}, + { + build: macos-arm, + os: macos-14, + target: aarch64-apple-darwin, + exe: '', + llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz' + }, #{ # build: windows-x64, # os: windows-2022,