Skip to content

Commit

Permalink
fix: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 18, 2022
1 parent 92f85d2 commit ac123c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: macOS-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.4.1"

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

1 comment on commit ac123c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.