Skip to content

Commit 3748edc

Browse files
committed
Change test-32bit arm32v7 runner to ubuntu-22.04-arm
From ubuntu-24.04-arm, which seems to be having some problems there too, as discussed in GitoxideLabs#1828. This can be viewed as a follow-up on GitoxideLabs#1802, which made the analogous change for the non-containerized test job only.
1 parent dacc4b5 commit 3748edc

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)