Skip to content

Commit cac8c94

Browse files
committed
GHA run tests against Ubuntu 24.04
1 parent 876ec08 commit cac8c94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-kitchen.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
kitchen:
1414
name: Test Kitchen
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
permissions:
1717
packages: read
1818
strategy:
@@ -116,6 +116,7 @@ jobs:
116116
- wiki
117117
os:
118118
- ubuntu-2204
119+
- ubuntu-2404
119120
include:
120121
- os: ubuntu-2004
121122
suite: mailman
@@ -128,6 +129,10 @@ jobs:
128129
os: ubuntu-2204
129130
- suite: osqa
130131
os: ubuntu-2204
132+
- suite: mailman
133+
os: ubuntu-2404
134+
- suite: osqa
135+
os: ubuntu-2404
131136
fail-fast: false
132137
steps:
133138
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)