Skip to content

Commit

Permalink
chore: Bump Xcode version in CI:
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Sep 24, 2023
1 parent fc516a6 commit df85656
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 @@ -9,7 +9,7 @@ on:

env:
CI_XCODE_OLDEST: '/Applications/Xcode_13.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.0.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.3.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.0.app/Contents/Developer'

jobs:
cocoapods:
Expand Down

0 comments on commit df85656

Please sign in to comment.