Browse Source

Add build for Ubuntu 22.04

Github actions build for Ubuntu 22.04
Richmond Macaspac 2 years ago
parent
commit
bc0fddd57e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

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

@@ -131,7 +131,7 @@ jobs:
   build-ubuntu:
     strategy:
       matrix:
-        tag: [focal, hirsute, impish]
+        tag: [focal, hirsute, impish, jammy]
     runs-on: "ubuntu-latest"
     steps:
     - uses: actions/checkout@v2