update runs-on statement
This commit is contained in:
parent
d14ea6b538
commit
edae207bb5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: debian
|
runs-on: node-22
|
||||||
container:
|
container:
|
||||||
image: node:22-bookworm
|
image: node:22-bookworm
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
"codeberg.org/mycosystems/hugo-ci:${{ matrix.hugo-version }}-${{ matrix.node-version }}"
|
"codeberg.org/mycosystems/hugo-ci:${{ matrix.hugo-version }}-${{ matrix.node-version }}"
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: debian
|
runs-on: node-22
|
||||||
container:
|
container:
|
||||||
image: node:22-bookworm
|
image: node:22-bookworm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue