We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b5890 commit 0c32a9fCopy full SHA for 0c32a9f
.github/workflows/testsuite.yml
@@ -304,15 +304,15 @@ jobs:
304
# |_|_|_| |_|\__,_/_/\_\ |_|____/ \___/ \___/
305
306
linux-i386:
307
- name: "linux i386/ubuntu"
+ name: "linux i386/debian"
308
runs-on: ubuntu-latest
309
timeout-minutes: 120
310
needs: sanity_check
311
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_linux_i386 == 'true'))
312
313
- # https://hub.docker.com/r/i386/ubuntu/
+ # https://hub.docker.com/r/i386/debian/
314
container:
315
- image: i386/ubuntu:latest
+ image: i386/debian:latest
316
317
strategy:
318
fail-fast: false
0 commit comments