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