Skip to content

Commit 7190b4f

Browse files
authored
Merge pull request #1830 from EliahKagan/arm-docker
Change test-32bit arm32v7 runner to ubuntu-22.04-arm
2 parents dacc4b5 + 3748edc commit 7190b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
toolchain: stable-i686-unknown-linux-gnu
210210
- container-arch: arm32v7
211211
runner-arch: arm64
212-
runner-os: ubuntu-24.04-arm
212+
runner-os: ubuntu-22.04-arm
213213
toolchain: stable-armv7-unknown-linux-gnueabihf
214214

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

0 commit comments

Comments
 (0)