From 28c208c2969c9139245865c641d215ce70b8a41d Mon Sep 17 00:00:00 2001 From: Krzysztof Kotowicz Date: Wed, 6 Nov 2024 10:01:38 +0100 Subject: [PATCH] Use ubuntu-latest on actions to bump Bikeshed version --- .github/workflows/autopublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 59cdc94..118fec7 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -7,7 +7,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