Do release builds on Ubuntu 22.04.

Ubuntu 20.04 is no longer supported.

Agate may require a newer version of glibc after this change, and may
not run on versions of Linux older than Ubuntu 22.04.
This commit is contained in:
Matt Brubeck 2025-05-06 09:51:41 -07:00
parent 26a32b25cc
commit d1710c924f

View file

@ -15,7 +15,7 @@ jobs:
uses: ncipollo/release-action@v1
build_ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: create_release
steps:
- uses: actions/checkout@v4