We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd62f4 commit cabf542Copy full SHA for cabf542
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
CI_XCODE_OLDEST: '/Applications/Xcode_12.5.1.app/Contents/Developer'
10
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
11
- CI_XCODE_LATEST: '/Applications/Xcode_14.1.app/Contents/Developer'
+ CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
types: [published]
5
6
7
- CI_XCODE_LATEST: '/Applications/Xcode_14.0.1.app/Contents/Developer'
jobs:
# cocoapods:
0 commit comments