diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91922aea..92fb294bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}