Skip to content

Commit cd0c4b5

Browse files
committed
chore: finish normalizing Ubuntu platform names
Signed-off-by: Dan Webb <[email protected]>
1 parent bb32d67 commit cd0c4b5

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- centos-stream-10
3131
- debian-12
3232
- debian-13
33-
- ubuntu-22.04
34-
- ubuntu-24.04
33+
- "ubuntu-2204"
34+
- "ubuntu-2404"
35+
3536
suite:
3637
- "installation-package"
3738
- "installation-tarball"
@@ -59,8 +60,9 @@ jobs:
5960
- centos-stream-10
6061
- debian-12
6162
- debian-13
62-
- ubuntu-22.04
63-
- ubuntu-24.04
63+
- "ubuntu-2204"
64+
- "ubuntu-2404"
65+
6466
suite: ["installation-script"]
6567
fail-fast: false
6668
steps:
@@ -108,8 +110,9 @@ jobs:
108110
- "almalinux-10"
109111
- "debian-12"
110112
- "debian-13"
111-
- "ubuntu-22.04"
112-
- "ubuntu-24.04"
113+
- "ubuntu-2204"
114+
- "ubuntu-2404"
115+
113116
suite:
114117
- "smoke"
115118
fail-fast: false

kitchen.global.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ platforms:
2424
- name: opensuse-leap-15
2525
- name: oraclelinux-8
2626
- name: oraclelinux-9
27-
- name: rockylinux-8
2827
- name: rockylinux-9
29-
- name: ubuntu-20.04
30-
- name: ubuntu-22.04
31-
- name: ubuntu-24.04
28+
- name: ubuntu-2204
29+
- name: ubuntu-2404

0 commit comments

Comments
 (0)