From 2454a111f0ffb522c0a994a6fa3fda6216ee8a13 Mon Sep 17 00:00:00 2001 From: Fayaaz Date: Sun, 26 Jul 2020 21:14:56 +0100 Subject: [PATCH] Update to using ubuntu 18.04 for actions instead --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d0f1df..2e6e559 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: