Skip to content

Commit

Permalink
use github runner label as the repo is public now
Browse files Browse the repository at this point in the history
  • Loading branch information
randytang2021 committed Mar 24, 2024
1 parent 1674fdd commit e07eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_bisect_on_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

jobs:
job_bisect:
runs-on: [ 'self-hosted', 'macOS' ]
runs-on: [ 'macos-latest' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit e07eedf

Please sign in to comment.