Skip to content

Commit

Permalink
tests: switch back to self-hosted macOS runner
Browse files Browse the repository at this point in the history
much faster tests, and runs on Apple Silicon
[skip ci]
  • Loading branch information
jqnatividad committed Nov 30, 2023
1 parent 4c5d300 commit 7532cf8
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 7532cf8

Please sign in to comment.