Skip to content

Commit d0ef276

Browse files
authored
Merge pull request #1867 from EliahKagan/run-ci/arm-segv-revert
Use ubuntu-24.04-arm again
2 parents 34b19d3 + 90f8681 commit d0ef276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- windows-latest
136136
- macos-latest
137137
- ubuntu-latest
138-
- ubuntu-22.04-arm
138+
- ubuntu-24.04-arm
139139

140140
runs-on: ${{ matrix.os }}
141141

@@ -209,7 +209,7 @@ jobs:
209209
toolchain: stable-i686-unknown-linux-gnu
210210
- container-arch: arm32v7
211211
runner-arch: arm64
212-
runner-os: ubuntu-22.04-arm
212+
runner-os: ubuntu-24.04-arm
213213
toolchain: stable-armv7-unknown-linux-gnueabihf
214214

215215
runs-on: ${{ matrix.runner-os }}

0 commit comments

Comments
 (0)