Skip to content

Commit

Permalink
tests: run macOS CI on our self-hosted runner
Browse files Browse the repository at this point in the history
coz the GH runner is flaky
  • Loading branch information
jqnatividad committed Sep 2, 2024
1 parent e734b79 commit 53ea98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ env:
jobs:
build:

# runs-on: self-hosted
runs-on: macos-latest
runs-on: self-hosted
# runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 53ea98c

Please sign in to comment.