Skip to content

Commit

Permalink
Update ci.yml (#35)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update release.yml
  • Loading branch information
cbaker6 committed Dec 22, 2022
1 parent 3fd62f4 commit cabf542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
CI_XCODE_OLDEST: '/Applications/Xcode_12.5.1.app/Contents/Developer'
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
env:
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.0.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'

jobs:
# cocoapods:
Expand Down

0 comments on commit cabf542

Please sign in to comment.