Browse Source

Update supported Linux distributions.

Ian Walton 3 years ago
parent
commit
c5b7841cea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -127,7 +127,7 @@ jobs:
   build-ubuntu:
     strategy:
       matrix:
-        tag: [focal, groovy]
+        tag: [focal, hirsute, impish]
     runs-on: "ubuntu-latest"
     steps:
     - uses: actions/checkout@v2
@@ -144,7 +144,7 @@ jobs:
   build-debian:
     strategy:
       matrix:
-        tag: [buster, bullseye]
+        tag: [bullseye, bookworm]
     runs-on: "ubuntu-latest"
     steps:
     - uses: actions/checkout@v2