From 31e3fc468d76eab99e5dda2710f7289dc65a4c32 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 7 Jun 2024 15:11:29 -0700 Subject: [PATCH] Workflows: use ubuntu-latest to get up-to-date python/Bikeshed Context: https://github.com/speced/bikeshed/issues/2861#issuecomment-2131233140 --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index ae44b64d..c04eed1a 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -9,7 +9,7 @@ on: jobs: main: name: Build, Validate and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2