mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
CI: Drop Linux runner to Ubuntu 18.04
This lowers the AppImage glibc version requirement.
This commit is contained in:
parent
b7f240a367
commit
a4ece3e1b7
2
.github/workflows/rolling-release.yml
vendored
2
.github/workflows/rolling-release.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
|
||||
linux-build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue