Skip to content

Commit

Permalink
CI: Specify runner group
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 5, 2023
1 parent a65df56 commit a3a49ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
vagrant-provision:
# Running on self-hosted system(s), because GitHub-hosted action runners did break too often.
# https://github.com/actions/runner-images/issues/433
runs-on: [self-hosted]
runs-on:
group: Default
labels: [self-hosted, Linux, X64]
steps:
- name: clean up old VMs
run: |
Expand Down

0 comments on commit a3a49ed

Please sign in to comment.