Skip to content

Commit

Permalink
ci: Test armv7hf Linux on ubuntu-24.04-arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 18, 2025
1 parent 92fe0b2 commit 5fa0969
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ jobs:
# armv7-unknown-linux-gnueabihf
- rust: nightly
target: armv7-unknown-linux-gnueabihf
os: ubuntu-24.04-arm
- rust: nightly
target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest # QEMU on x86_64
# ------------------------------------------------------------
# armeb-unknown-linux-gnueabi
- rust: nightly
Expand Down Expand Up @@ -465,6 +469,10 @@ jobs:
# thumbv7neon-unknown-linux-gnueabihf
- rust: nightly
target: thumbv7neon-unknown-linux-gnueabihf
os: ubuntu-24.04-arm
- rust: nightly
target: thumbv7neon-unknown-linux-gnueabihf
os: ubuntu-latest # QEMU on x86_64
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 5fa0969

Please sign in to comment.