Skip to content

Commit

Permalink
Revert "Revert "try with self-hosted runner""
Browse files Browse the repository at this point in the history
This reverts commit b215ec9.
  • Loading branch information
atoulme committed Jan 5, 2024
1 parent b215ec9 commit 8fdeda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# Need to run on macos-12 since it is the only image with native support for ansible, vagrant, and virtualbox.
# https://docs.ansible.com/ansible/latest/os_guide/windows_faq.html#windows-faq-ansible
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
runs-on: macos-12
runs-on: [self-hosted, macos-11-arm64]
timeout-minutes: 75
strategy:
fail-fast: false
Expand Down

0 comments on commit 8fdeda6

Please sign in to comment.