Skip to content

Commit c43d56b

Browse files
authored
Merge branch 'master' into port-fix-discard-all-message
2 parents 73da61c + 75d24e0 commit c43d56b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@ jobs:
4343
- rust: '1.63'
4444
os: ubuntu-latest
4545
- rust: '1.63'
46-
os: ubuntu-24.04-arm
46+
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
4747
- rust: '1.63'
4848
os: windows-latest
4949
- rust: stable
5050
os: ubuntu-latest
5151
- rust: stable
52-
os: ubuntu-24.04-arm
52+
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
5353
- rust: stable
5454
os: windows-latest
5555
- rust: nightly
5656
os: ubuntu-latest
5757
- rust: nightly
58-
os: ubuntu-24.04-arm
58+
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
5959
- rust: nightly
6060
os: windows-latest
6161
- rust: nightly
6262
os: ubuntu-latest
6363
target: i686-unknown-linux-gnu
6464
- rust: nightly
65-
os: ubuntu-24.04-arm
65+
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
6666
target: armv7-unknown-linux-gnueabihf
6767
# Test 32-bit target that does not have AtomicU64/AtomicI64.
6868
- rust: nightly

0 commit comments

Comments
 (0)