From ebb6a6a6beac101fb3bfdc69bb26e29639555dad Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Wed, 12 Feb 2025 12:17:27 +0400 Subject: [PATCH] update platform from ubuntu-20.04 to ubuntu-latest --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 737a25a..5aeb756 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: main: name: Build, Validate, and Publish - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2