ci: Use ubuntu-latest for release

See https://github.com/actions/virtual-environments/issues/1430
This commit is contained in:
Margen67 2021-03-31 05:11:50 -10:00 committed by GitHub
parent 6cfad6f212
commit d66c50ad26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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