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:
|
||||
build:
|
||||
runs-on: debian
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
"codeberg.org/mycosystems/hugo-ci:${{ matrix.hugo-version }}-${{ matrix.node-version }}"
|
||||
|
||||
build-latest:
|
||||
runs-on: debian
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue