Skip to content

Commit

Permalink
Merge pull request #200 from WanQuanXie/update-github-action-workflow…
Browse files Browse the repository at this point in the history
…-xcode

build(build.yml): 指定 Github Action  Workflow 打包时使用最新稳定版的 xcode
  • Loading branch information
ming1016 authored May 19, 2024
2 parents aef5084 + e619d33 commit 67618e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@master
- uses: actions/checkout@v2
Expand Down

0 comments on commit 67618e0

Please sign in to comment.