From 6dae4126f17ceea965e8d63592953dd12be30b95 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Wed, 12 Feb 2025 10:37:13 +0100 Subject: [PATCH] GitHub actions: replace ubuntu-20.04 with 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 065c49c..1839123 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@v3 - uses: w3c/spec-prod@v2