From 9f17f85ef567ce9b8836628dede36bcb2adfe917 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Wed, 28 Jun 2023 17:58:51 -0600 Subject: [PATCH] =?UTF-8?q?export-static-site.yml:=20Update=20runs-on:=20u?= =?UTF-8?q?buntu-22.04=20=E2=86=92=20ubuntu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ubuntu-latest was updated to Ubuntu 22.04 near the end of 2022, see actions/runner-images#6399 --- .github/workflows/export-static-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export-static-site.yml b/.github/workflows/export-static-site.yml index 81f929d2..6672baff 100644 --- a/.github/workflows/export-static-site.yml +++ b/.github/workflows/export-static-site.yml @@ -13,7 +13,7 @@ concurrency: export-static-site jobs: export-static-site: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" env: DOCKER_BUILDKIT: 1