Update deploy-rs workflow
This commit is contained in:
parent
268efad778
commit
815d26fc8f
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
runs-on: alpine
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: alpine:edge
|
||||
image: ubuntu:23.10
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
|
|
Loading…
Reference in a new issue