CI: Use Ubuntu 20.04 image for Linux build

This commit is contained in:
Connor McLaughlin 2020-06-07 01:40:34 +10:00
parent b9bfe30b1e
commit fc911de1e7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
path: "duckstation-windows-x64-release.7z"
linux-build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1