Skip to content

Commit 2045828

Browse files
committed
tests: run macOS CI tests using GH runners
[skip ci]
1 parent c60b99d commit 2045828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ env:
1717
jobs:
1818
build:
1919

20-
runs-on: self-hosted
21-
# runs-on: macos-latest
20+
# runs-on: self-hosted
21+
runs-on: macos-latest
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)