feat: 更新工作流以使用最新的 macOS 版本

This commit is contained in:
严浩
2024-10-12 17:49:34 +08:00
parent 2dda4ee55a
commit 76e102f6a5

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-15] # https://docs.github.com/zh/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#用于公共存储库的-github-托管的标准运行器
os: [ubuntu-latest, macos-latest] # https://docs.github.com/zh/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#用于公共存储库的-github-托管的标准运行器
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@main