Skip to content

Commit

Permalink
Merge pull request #1914 from posit-dev/bugfix/no-selfhosted-revive
Browse files Browse the repository at this point in the history
Use hosted Actions Runner to revive macOS
  • Loading branch information
jmcphers authored Dec 1, 2023
2 parents f5db28c + ac03d33 commit 9b349bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/revive-macos-build-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# exists as a separate job only for convenience.
revive_agent:
name: Revive build agent
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- name: Setup SSH Keys and known_hosts
env:
Expand Down

0 comments on commit 9b349bd

Please sign in to comment.