Skip to content

Commit

Permalink
ci: Update Xcode version in release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Dec 26, 2024
1 parent 278d971 commit 41cb4d5
Showing 1 changed file with 1 addition and 1 deletion.
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_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_16.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_16.2.app/Contents/Developer'

jobs:
cocoapods:
Expand Down

0 comments on commit 41cb4d5

Please sign in to comment.