瀏覽代碼

Revert "macos-latest now refers to macOS 14 runner"

This reverts commit 0a93f3147c9404f56114ef2e77e6333b594e7358.
ayn2op 2 年之前
父節點
當前提交
5ceb407213
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

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

@@ -6,7 +6,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
+        os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4