Skip to content

Commit bb32d67

Browse files
committed
chore: normalize Ubuntu platform names
1 parent 7795f2c commit bb32d67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-24.04
8181
strategy:
8282
matrix:
83-
os: ["ubuntu-22.04"]
83+
os: ["ubuntu-2204"]
8484
suite: ["swarm"]
8585
fail-fast: false
8686
steps:

kitchen.dokken.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ platforms:
6767
image: dokken/rockylinux-10
6868
pid_one_command: /usr/lib/systemd/systemd
6969

70-
- name: ubuntu-22.04
70+
- name: ubuntu-2204
7171
driver:
7272
image: dokken/ubuntu-22.04
7373
pid_one_command: /bin/systemd
7474

75-
- name: ubuntu-24.04
75+
- name: ubuntu-2404
7676
driver:
7777
image: dokken/ubuntu-24.04
7878
pid_one_command: /bin/systemd

kitchen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ platforms:
2424
- name: debian-13
2525
- name: rockylinux-9
2626
- name: rockylinux-10
27-
- name: ubuntu-22.04
28-
- name: ubuntu-24.04
27+
- name: ubuntu-2204
28+
- name: ubuntu-2404
2929

3030
suites:
3131
- name: installation_script
@@ -149,7 +149,7 @@ suites:
149149
###############################
150150
- name: swarm
151151
includes:
152-
- ubuntu-22.04
152+
- ubuntu-2204
153153
provisioner:
154154
enforce_idempotency: false
155155
multiple_converge: 1

0 commit comments

Comments
 (0)