Skip to content

Commit

Permalink
修改mac镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
zmqcherish committed Jan 14, 2025
1 parent 37ef344 commit 3664659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
strategy:
matrix:
os: [windows-latest, macos-latest, macos-13]
os: [windows-latest, macos-13] # https://github.com/actions/runner-images
steps: # 自动化步骤
- name: check out code
uses: actions/checkout@main # 第一步,下载代码仓库
Expand Down

0 comments on commit 3664659

Please sign in to comment.