Skip to content

Commit 1fd9590

Browse files
committed
chore: finish normalizing Ubuntu platform names
1 parent bb32d67 commit 1fd9590

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
integration:
2121
needs: lint-unit
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-2404
2323
strategy:
2424
matrix:
2525
os:
@@ -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"
@@ -51,16 +52,17 @@ jobs:
5152

5253
installation-script:
5354
needs: lint-unit
54-
runs-on: ubuntu-24.04
55+
runs-on: ubuntu-2404
5556
strategy:
5657
matrix:
5758
os:
5859
- centos-stream-9
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:
@@ -77,7 +79,7 @@ jobs:
7779

7880
swarm:
7981
needs: lint-unit
80-
runs-on: ubuntu-24.04
82+
runs-on: ubuntu-2404
8183
strategy:
8284
matrix:
8385
os: ["ubuntu-2204"]
@@ -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)