change runner image version
This commit is contained in:
parent
f52f06f5a0
commit
cf98d452bc
@ -3,7 +3,7 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
name: Build Nix targets
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Install dependencies for Nix setup action
|
||||
|
||||
@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: build hive configuration
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Install dependencies for Nix setup action
|
||||
|
||||
@ -20,12 +20,7 @@ in{
|
||||
url = nodes.sin.config.services.gitea.settings.server.ROOT_URL;
|
||||
token = "uEDPBW6Z9oItAKRtloVwis0LkPbD4OmV2w5esOhW";
|
||||
labels = [
|
||||
# provide a debian base with nodejs for actions
|
||||
"debian-latest:docker://node:20-bullseye"
|
||||
# fake the ubuntu name, because node provides no ubuntu builds
|
||||
"ubuntu-latest:docker://node:20-bullseye"
|
||||
# provide native execution on the host
|
||||
#"native:host"
|
||||
"ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
|
||||
]
|
||||
;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user