From bc0d10e00b9d6236c911b44d7f77d457638330c9 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 22 Nov 2023 14:09:07 -0600 Subject: [PATCH] forgot to actually add the target to the matrix --- .github/workflows/onyx-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 7d05d8ad..3cad3ac2 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -57,6 +57,10 @@ jobs: runtime_library: none target: aarch64-apple-darwin artifact_name: 'onyx-darwin-none-arm64' + - build: darwin-arm64 + os: macos-12 + runtime_library: wasmer + artifact_name: 'onyx-darwin-wasmer-arm64' - build: darwin-amd64 os: macos-12 runtime_library: none @@ -65,10 +69,6 @@ jobs: os: macos-12 runtime_library: wasmer artifact_name: 'onyx-darwin-wasmer-amd64' - # - build: darwin-arm64 - # os: macos-11.0 - # runtime_library: wasmer - # artifact_name: 'onyx-darwin-wasmer-arm64' - build: windows-amd64 os: windows-latest artifact_name: 'onyx-windows-wasmer-amd64' -- 2.25.1