From 3fffaf0956258af008d47caf8b8b8ef9fc8a3882 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Wed, 12 Feb 2025 12:17:24 +0400 Subject: [PATCH] update platform from ubuntu-20.04 to ubuntu-latest --- .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 fc82960..2d1b1c0 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -6,7 +6,7 @@ on: jobs: main: name: Build and validate spec, then deploy and publish (only if push to main branch) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2