From fc911de1e73bb50b0f9a9d1cc80d925ee61f3030 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 7 Jun 2020 01:40:34 +1000 Subject: [PATCH] CI: Use Ubuntu 20.04 image for Linux build --- .github/workflows/rolling-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index b53414e03..b21e6f83f 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -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