Skip to content

Commit

Permalink
do not use docker for the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Dec 5, 2023
1 parent 1a6016f commit 5f13771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-selfhosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Build
#runs-on: ubuntu-22.04
runs-on: self-hosted
container:
# Runner docker image
image: ubuntu:22.04
# Runner docker image
#container:
#image: ubuntu:22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5f13771

Please sign in to comment.