mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Use latest ubuntu version for experimental builds
This commit is contained in:
parent
a302c69bb2
commit
4713447bc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_experimental.yml
vendored
2
.github/workflows/deploy_experimental.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
experimentalversion: ${{ github.run_number }}
|
experimentalversion: ${{ github.run_number }}
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy experimental release
|
name: Deploy experimental release
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
needs: call-release-build
|
needs: call-release-build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue