Skip to content

Commit

Permalink
[feat]: Use lower Xcode for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkodes committed Jan 19, 2024
1 parent e4cd644 commit c065981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# destination: 'OS=16.4,name=iPhone 14 Pro'
# xcode: 'Xcode_14.3.1'
# runsOn: macos-13
- name: 'macOS 13, Xcode 15.2'
- name: 'macOS 13, Xcode 15.1'
destination: 'OS=macOS'
xcode: 'Xcode_15.2'
xcode: 'Xcode_15.1' #
runsOn: macos-13
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c065981

Please sign in to comment.