Skip to content

Commit 5819fc5

Browse files
committed
skip ubuntu:18.04 i686 for now
1 parent b7aa5ac commit 5819fc5

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
@@ -58,7 +58,7 @@ jobs:
5858
("debian:10", ("x86_64", "i686", "aarch64", "armv7l")),
5959
("debian:11", ("x86_64", "i686", "aarch64", "armv7l")),
6060
("debian:12", ("x86_64", "i686", "aarch64", "armv7l", "ppc64le", "s390x")),
61-
("ubuntu:18.04", ("x86_64", "i686", "aarch64", "armv7l", "ppc64le", "s390x")),
61+
("ubuntu:18.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x")),
6262
("ubuntu:20.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),
6363
("ubuntu:22.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),
6464
("ubuntu:24.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),

0 commit comments

Comments
 (0)