Skip to content

Commit

Permalink
chore: 更新测试镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 29, 2024
1 parent 2eff67a commit 82885ba
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 14.4
runs-on: macOS 15
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
Expand Down

0 comments on commit 82885ba

Please sign in to comment.