From 264e6d41a7508a7ea0ec1ea2298d55850dd99f9c Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 5 Oct 2022 10:58:24 +0700 Subject: [PATCH] Updated CI Ubuntu version to latest - 18.04 is deprecated and getting phased out so we should switch to the latest version --- ghost/portal/.github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/.github/workflows/test.yml b/ghost/portal/.github/workflows/test.yml index 83261277ba..5f725e3fd2 100644 --- a/ghost/portal/.github/workflows/test.yml +++ b/ghost/portal/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: node: [ '16' ]