chore(ci): use macos-latest for binary and docs build jobs

This commit is contained in:
duorameng
2026-06-10 09:04:06 +08:00
parent 683792045f
commit 166afb1f97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ concurrency:
jobs:
build:
if: github.event.repository.fork == false
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
+1 -1
View File
@@ -11,7 +11,7 @@ env:
jobs:
build-binaries:
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
contents: write
steps: