From f96f17b0a69c1c5edcb48965ce987ecff9404641 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Sun, 24 Nov 2019 16:51:15 +0000 Subject: [PATCH] Update ci.yml Maybe better to use ubuntu-latest so we don't need to update every so often. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a51a8c..044affd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ -name: CI on Ubuntu 18.04 +name: CI_on_Ubuntu-latest on: [push] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1