Skip to content

Commit f5fff81

Browse files
committed
replace FreeBSD with macOS
1 parent 5283add commit f5fff81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
- os: windows
1919
runs-on: windows-latest
20-
- os: freebsd
21-
runs-on:
22-
- self-hosted
23-
- freebsd
20+
- os: macos
21+
runs-on: macos-latest
2422
env:
2523
TEST_V2RAY_LINK: ${{ secrets.TEST_V2RAY_LINK }}
2624
steps:

0 commit comments

Comments
 (0)