Remove dead ubuntu releases from pipeline.

This commit is contained in:
Ian Walton 2022-08-23 20:52:42 -04:00
parent dbfc283a4b
commit 5723fb175a

View File

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