Skip to content

Commit cabf542

Browse files
authored
Update ci.yml (#35)
* Update ci.yml * Update release.yml
1 parent 3fd62f4 commit cabf542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
CI_XCODE_OLDEST: '/Applications/Xcode_12.5.1.app/Contents/Developer'
1010
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
11-
CI_XCODE_LATEST: '/Applications/Xcode_14.1.app/Contents/Developer'
11+
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [published]
55
env:
66
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
7-
CI_XCODE_LATEST: '/Applications/Xcode_14.0.1.app/Contents/Developer'
7+
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
88

99
jobs:
1010
# cocoapods:

0 commit comments

Comments
 (0)