From 2925bbf90a3d9572ab31c6ee266ac85495e2e932 Mon Sep 17 00:00:00 2001 From: Rik Cabanier Date: Mon, 24 Mar 2025 20:22:02 +0000 Subject: [PATCH] fix workflow --- .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 dda0c5db..92c80c68 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,7 +11,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