Browse Source

perf(ci): build docs on macos-14

Jacky 1 year ago
parent
commit
b1e95d30f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/documents.yml

+ 1 - 1
.github/workflows/documents.yml

@@ -25,7 +25,7 @@ on:
 
 jobs:
     build:
-        runs-on: ubuntu-latest
+        runs-on: macos-14
         steps:
             -   name: Checkout
                 uses: actions/checkout@v4