From 1ab626a86a1bbff4e6e603a9fc08d3cd359e4b47 Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Fri, 22 Nov 2024 08:59:15 -0800 Subject: [PATCH] Update auto-publish.yml Update to use ubuntu-latest to hopefully fix spec-prod runs --- .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 82cbcc5..6e35f1d 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.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@v2 - uses: w3c/spec-prod@v2