From dc5c48c53fe7c9a438a5cb4b51b65c45de1b173c Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 18 May 2021 09:34:06 +0200 Subject: [PATCH] Switch to ubuntu-latest VM --- .github/workflows/ubuntu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 168c36d7..2b1a5c25 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -5,8 +5,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-16.04 - #ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2