Skip to content

Commit

Permalink
remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed Jul 31, 2024
1 parent 01dceaf commit 29b00a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,12 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux, linux-arm, macos, win-msvc, win32-msvc] # [linux, linux-arm, macos, win-msvc, win32-msvc]
build: [linux, macos, win-msvc, win32-msvc]
include:
- build: linux
os: ubuntu-24.04
rust: stable
target: x86_64-unknown-linux-musl
# - build: linux-arm
# os: ubuntu-24.04
# rust: stable
# target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 29b00a5

Please sign in to comment.