Skip to content

Commit

Permalink
chore: 更新 ci 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 9, 2024
1 parent fa04316 commit e633c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# runs-on: macos-latest # (目前 macos-latest 对应的是 Big Sur 11, macos-12 对应 Monterey 12)
# macOS 3-core CPU, 其他 2-core CPU
# > macos-14 会导致 CI 的测试卡死, 没有任何报错!!!
runs-on: macos-12
runs-on: macos-14
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
Expand Down

0 comments on commit e633c7e

Please sign in to comment.