Skip to content

Commit ea6f28a

Browse files
author
Ali Abdelfattah
authored
Merge pull request #634 from Instabug/fix/ci-xcode
[MOB-6011] Upgrade CI Xcode version
2 parents 515542c + 09bce71 commit ea6f28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ jobs:
206206
207207
publish:
208208
macos:
209-
xcode: "10.1.0"
209+
xcode: "12.5.1"
210210
working_directory: "~"
211211
steps:
212212
- checkout:
213213
path: ~/project
214214
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
215-
- run: cd Escape && swift build -c release -Xswiftc -static-stdlib
215+
- run: cd Escape && swift build -c release
216216
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
217217
- run: cd project && Escape react-native publish
218218

0 commit comments

Comments
 (0)