mirror of
https://github.com/quantum5/ntfy-run.git
synced 2025-04-24 05:31:58 -04:00
Build releases on older Ubuntu
This commit is contained in:
parent
7a9b0c9bee
commit
9642dffce8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -8,7 +8,7 @@ name: Publish binaries on release
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Publish binaries
|
name: Publish binaries
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue