Skip to content

Commit

Permalink
Replace FlyCI runners with GitHub runners (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonev7 authored Aug 20, 2024
1 parent b811eb3 commit 6a39cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
build_and_test_macos:
needs: sanity
name: build and test macOS-aarch64
runs-on: flyci-macos-large-latest-m1
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6a39cad

Please sign in to comment.