Skip to content

Commit

Permalink
cd: disable macos cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent 804bb29 commit b3fea5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build_target: [macos, macos-aarch64, linux, linux-armhf, linux-armv6]
build_target: [macos, linux, linux-armhf, linux-armv6]
rust: [stable]
artifact_type: ['slim', 'default', 'full'] # The build strategy will build all types for each OS specified
include:
Expand All @@ -27,10 +27,6 @@ jobs:
- build_target: macos
os: macos-latest
artifact_prefix: macos
target: x86_64-apple-darwin
- build_target: macos-aarch64
os: macos-latest
artifact_prefix: macos-aarch64
target: aarch64-apple-darwin
- build_target: linux
os: ubuntu-latest
Expand Down

0 comments on commit b3fea5f

Please sign in to comment.