From d5dbe0bb16aa969bc8f42366f1f9d16c59d0ed79 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 23 Mar 2023 15:19:58 +0100 Subject: [PATCH] Meta: update repository files See https://github.com/whatwg/spec-factory for details. Also includes a Reffy fix. CSS2 strikes again. --- .github/workflows/build.yml | 7 +++---- storage.bs | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 445136a..af3476e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,15 +9,14 @@ on: jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: fetch-depth: 2 - # Note: `python` will also be this version, which various scripts depend on. - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" # Note: `make deploy` will do a deploy dry run on PRs. - run: make deploy env: diff --git a/storage.bs b/storage.bs index 7f0425c..45c7164 100644 --- a/storage.bs +++ b/storage.bs @@ -16,6 +16,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT