Skip to content

Commit 652998d

Browse files
committed
Review Draft Publication: February 2026
Also align with spec-factory.
1 parent 7834206 commit 652998d

File tree

3 files changed

+802
-5
lines changed

3 files changed

+802
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323
- run: pip install bikeshed && bikeshed update
2424
# Note: `make deploy` will do a deploy dry run on PRs.
2525
- run: make deploy

0 commit comments

Comments
 (0)