Testing workflows

This commit is contained in:
albert 2024-12-05 22:20:48 +01:00
parent ce1fefaf73
commit d233856cba
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
deploy-rs:
runs-on: ubuntu
container:
image: ubuntu:23.10
image: ubuntu:24.04
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
steps:
- name: "Setup: Runner"

View file

@ -60,7 +60,7 @@ jobs:
- name: "nixos-version (Pre)"
run: |
set -x
ssh -q -A -o StrictHostKeyChecking=no albert@warsaw-ovh-01 \
ssh -A -o StrictHostKeyChecking=no albert@warsaw-ovh-01 \
"
nixos-version
"

View file

@ -10,7 +10,7 @@ jobs:
deploy-rs:
runs-on: ubuntu
container:
image: ubuntu:23.10
image: ubuntu:24.04
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
steps:
- name: "Setup: Runner"