From b8c0eb852aca45f39bcf7305976866df5d8f372b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Sun, 26 May 2024 01:26:32 +1000 Subject: [PATCH] Chore: Update Ubuntu version Use latest, otherwise wrong bikeshed loads. --- .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 ded36e7..9ba1cac 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -7,7 +7,7 @@ on: jobs: main: name: Build, Validate, and Publish to TR - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2