mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
CI: Use Ubuntu 20.04 for AppImage builds
This commit is contained in:
parent
1b544ae350
commit
413e52b38d
4
.github/workflows/rolling-release.yml
vendored
4
.github/workflows/rolling-release.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
linux-build:
|
linux-build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.1
|
- uses: actions/checkout@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
@ -276,7 +276,7 @@ jobs:
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
needs: [windows-build, windows-arm64-build, linux-build, android-build, macos-build]
|
needs: [windows-build, windows-arm64-build, linux-build, android-build, macos-build]
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-20.04"
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
|
||||||
steps:
|
steps:
|
||||||
- name: Download Windows Artifacts
|
- name: Download Windows Artifacts
|
||||||
|
|
Loading…
Reference in a new issue