]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Switch most tests to run on Ubuntu 20.04
[chef.git] / .github / workflows / test-kitchen.yml
index 61290de5fb553b0bf470a7ab1217f091ebb82d0b..8fc5c9ba674e6be9357c4a85ac45ac0498600c57 100644 (file)
@@ -100,7 +100,17 @@ jobs:
           - wordpress
           - wiki
         os:
-          - ubuntu-1804
+          - ubuntu-2004
+        include:
+          - os: ubuntu-1804
+            suite: osqa
+          - os: ubuntu-1804
+            suite: trac
+        exclude:
+          - suite: osqa
+            os: ubuntu-2004
+          - suite: trac
+            os: ubuntu-2004
       fail-fast: false
     steps:
     - name: Check out code