Skip to content

Commit 0c32a9f

Browse files
Leonthaarg
authored andcommitted
Run i386 tests on debian instead of ubuntu
It appears Ubuntu has pulled their 18.04LTS i386 images (and they don't have more recent i386 images), so we need to switch to Debian instead.
1 parent 55b5890 commit 0c32a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,15 +304,15 @@ jobs:
304304
# |_|_|_| |_|\__,_/_/\_\ |_|____/ \___/ \___/
305305
306306
linux-i386:
307-
name: "linux i386/ubuntu"
307+
name: "linux i386/debian"
308308
runs-on: ubuntu-latest
309309
timeout-minutes: 120
310310
needs: sanity_check
311311
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_linux_i386 == 'true'))
312312
313-
# https://hub.docker.com/r/i386/ubuntu/
313+
# https://hub.docker.com/r/i386/debian/
314314
container:
315-
image: i386/ubuntu:latest
315+
image: i386/debian:latest
316316
317317
strategy:
318318
fail-fast: false

0 commit comments

Comments
 (0)