mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
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:
parent
26a32b25cc
commit
d1710c924f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue