From 851e00e7364f0a08136756c0d1ec18c6e0fa41ce Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Fri, 22 Nov 2024 09:01:12 -0800 Subject: [PATCH] Update auto-publish.yml (#204) 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