Skip to content

Commit

Permalink
Fix xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 22, 2024
1 parent 2e33666 commit 82bd200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: macos-latest
if: ${{ !contains(github.event.pull_request.title, '[Skip CI]') }}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 82bd200

Please sign in to comment.