Skip to content

Commit

Permalink
name it macos only
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 16, 2024
1 parent 83b35fa commit 70af350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 70af350

Please sign in to comment.