From ffe6806dd62b0d9e2de329ae962ca22b215fc096 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:00:34 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20versions=20in=20deploymen?= =?UTF-8?q?t=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/test-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7ba25e23..079e1824 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: build-deploy: name: Build and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 8000ec91..b287bb86 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: name: Build Example Site - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: