Skip to content

Commit

Permalink
ci: Use ubuntu-latest for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Mar 31, 2021
1 parent 6cfad6f commit d66c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
github.ref == 'refs/heads/master' &&
github.repository == 'Cxbx-Reloaded/Cxbx-Reloaded'
needs: build-windows
runs-on: ubuntu-20.04 # TODO: Switch to ubuntu-latest once it's ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download Artifacts
Expand Down

0 comments on commit d66c50a

Please # to comment.