Skip to content

Commit

Permalink
ci: Use ubuntu-22.04-arm instead of ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and driftluo committed Jan 26, 2025
1 parent 6b528c3 commit 77f38c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@ jobs:
- rust: '1.63'
os: ubuntu-latest
- rust: '1.63'
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- rust: '1.63'
os: windows-latest
- rust: stable
os: ubuntu-latest
- rust: stable
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- rust: stable
os: windows-latest
- rust: nightly
os: ubuntu-latest
- rust: nightly
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- rust: nightly
os: windows-latest
- rust: nightly
os: ubuntu-latest
target: i686-unknown-linux-gnu
- rust: nightly
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
target: armv7-unknown-linux-gnueabihf
# Test 32-bit target that does not have AtomicU64/AtomicI64.
- rust: nightly
Expand Down

0 comments on commit 77f38c2

Please sign in to comment.