Skip to content

Commit

Permalink
update runs-on value for test-kvm job to use CI-run
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent 9aec580 commit ad353fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
- main

jobs:
# https://github.com/jonashackt/vagrant-github-actions
test-kvm:
name: KVM Test
runs-on: macos-latest
runs-on: "cirun-runner--${{ github.run_id }}"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ad353fd

Please sign in to comment.