Testing workflows
This commit is contained in:
parent
ce1fefaf73
commit
d233856cba
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue