mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
Update Ubuntu version used for CI
Ubuntu 20.04 is supported "as a preview" and may have to be replaced in the future, but 18.04's Qt package is too old to build.
This commit is contained in:
parent
90cf310e81
commit
2fab090344
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user