ci: Use ubuntu-latest for release
See https://github.com/actions/virtual-environments/issues/1430
This commit is contained in:
parent
6cfad6f212
commit
d66c50ad26
|
@ -59,7 +59,7 @@ jobs:
|
||||||
github.ref == 'refs/heads/master' &&
|
github.ref == 'refs/heads/master' &&
|
||||||
github.repository == 'Cxbx-Reloaded/Cxbx-Reloaded'
|
github.repository == 'Cxbx-Reloaded/Cxbx-Reloaded'
|
||||||
needs: build-windows
|
needs: build-windows
|
||||||
runs-on: ubuntu-20.04 # TODO: Switch to ubuntu-latest once it's ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
|
|
Loading…
Reference in New Issue