Browse Source

perf(ci): build docs on macos-14

Jacky 1 năm trước cách đây
mục cha
commit
b1e95d30f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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