Skip to content

Commit

Permalink
rm x86_64-apple
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Nov 11, 2024
1 parent 2baab3c commit 0ea1d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- os: macos-latest
TARGET: aarch64-apple-darwin

# apple x86_64
- os: macos-latest
TARGET: x86_64-apple-darwin
# - os: macos-latest
# TARGET: x86_64-apple-darwin

- os: ubuntu-latest
TARGET: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 0ea1d6a

Please sign in to comment.