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 80f6d77 commit 40ebebdCopy full SHA for 40ebebd
.github/workflows/docker.yml
@@ -21,7 +21,6 @@ on:
21
"ubuntu-bionic-gcc_8",
22
"ubuntu-focal",
23
"ubuntu-jammy",
24
- "ubuntu-kinetic",
25
"ubuntu-lunar",
26
"ubuntu-mantic",
27
"debian-buster-gcc_spkg",
tox.ini
@@ -220,8 +220,6 @@ setenv =
220
ubuntu-bionic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
221
ubuntu-focal: BASE_TAG=focal
222
ubuntu-jammy: BASE_TAG=jammy
223
- ubuntu-kinetic: BASE_TAG=kinetic
224
- ubuntu-kinetic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
225
ubuntu-lunar: BASE_TAG=lunar
226
ubuntu-lunar: IGNORE_MISSING_SYSTEM_PACKAGES=yes
227
ubuntu-mantic: BASE_TAG=mantic
0 commit comments