Skip to content

Commit

Permalink
ci: Update Xcode to 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Mar 28, 2024
1 parent 702ca34 commit fc5b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
CI_XCODE_OLDEST: '/Applications/Xcode_13.3.1.app/Contents/Developer'
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.2.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.3.app/Contents/Developer'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit fc5b553

Please sign in to comment.