Skip to content

Commit fe12c9c

Browse files
authored
Update xcode image version (#46)
According to the CircleCI announcement on [June 2nd, 2022][1], several xcode images are going to be deprecated and removed. This commit bumps our xcode versions to a supported image version. [1]: https://discuss.circleci.com/t/xcode-image-deprecation/44294
1 parent 3782466 commit fe12c9c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ workflows:
160160
name: Xcode 12.5 - Swift 5.4
161161
xcode-version: '12.5.1'
162162
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=14.5'
163-
- build:
164-
name: Xcode 12.0 - Swift 5.3
165-
xcode-version: '12.0.1'
166-
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=14.0'
167163
- build:
168164
name: Xcode 11.7 - Swift 5.2
169165
xcode-version: '11.7.0'

0 commit comments

Comments
 (0)