Skip to content

Commit

Permalink
Update Xcode version in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed Jun 27, 2022
1 parent fb8d4bc commit 88d5623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=14.0,name=iPhone 8']
xcode: ['/Applications/Xcode_12_beta.app/Contents/Developer']
xcode: ['/Applications/Xcode.app/Contents/Developer']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 88d5623

Please sign in to comment.