Skip to content

Commit

Permalink
[.github] [workflows] [main.yml] [jobs] [iOS] [env] [DEVELOPER_DIR] U…
Browse files Browse the repository at this point in the history
…se `Xcode_15.1.app` instead of `Xcode_15.2.app`.

actions/runner-images#9577
  • Loading branch information
ruslanskorb committed Apr 6, 2024
1 parent 95e4910 commit 6201a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
iOS:
runs-on: macos-13
env:
DEVELOPER_DIR: '/Applications/Xcode_15.2.app/Contents/Developer'
DEVELOPER_DIR: '/Applications/Xcode_15.1.app/Contents/Developer'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6201a1f

Please sign in to comment.