mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-22 09:57:30 +00:00
Build static linux binary on Ubuntu 22.04
Ubuntu 20.04 is no longer available on GitHub Actions. Refs <https://github.com/actions/runner-images/issues/11101> Refs #6050 <https://github.com/Genymobile/scrcpy/pull/6050> This reverts commit 69858c6f437b1bfece96bc291c607de842837d36.
This commit is contained in:
parent
91a4a74641
commit
cc309a2b34
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
run: release/test_client.sh
|
run: release/test_client.sh
|
||||||
|
|
||||||
build-linux-x86_64:
|
build-linux-x86_64:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check architecture
|
- name: Check architecture
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user