From 70af350cdd124d8774397bf717c48670564499ae Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Tue, 16 Jul 2024 11:42:30 -0700 Subject: [PATCH] name it macos only --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3be72032f..4a2deae05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }} - macos-arm64: + macos: runs-on: macos-14 # latest steps: - name: Build ${{ env.PACKAGE_NAME }} + consumers @@ -192,7 +192,7 @@ jobs: chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }} - macos-arm64-no-cpu-extensions: + macos-no-cpu-extensions: runs-on: macos-14 # latest steps: - name: Build ${{ env.PACKAGE_NAME }} + consumers @@ -233,6 +233,7 @@ jobs: python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }} + cross_compile: name: Cross Compile ${{matrix.arch}}