From 65a71aab1b7c03dd29ffe6e26248d93fa7dece77 Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Wed, 12 Feb 2025 08:07:50 +0900 Subject: [PATCH] chore: switch echidna from WD to CRD (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcos Cáceres --- .github/workflows/auto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index d56253d..df2484b 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 @@ -21,5 +21,5 @@ jobs: # Replace following with appropriate value. See options.md for details. W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html W3C_BUILD_OVERRIDE: | - status: WD + status: CRD shortname: orientation-event