Skip to content

Commit 32346ce

Browse files
author
Ali Abdelfattah
authored
Merge pull request #209 from Instabug/fix/ci-xcode
[MOB-6010] Upgrade CI Xcode version
2 parents 877f7b0 + b106f8b commit 32346ce

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
@@ -125,13 +125,13 @@ jobs:
125125

126126
gh_ibg_release:
127127
macos:
128-
xcode: "10.1.0"
128+
xcode: "12.5.1"
129129
working_directory: "~"
130130
steps:
131131
- checkout:
132132
path: ~/project
133133
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
134-
- run: cd Escape && swift build -c release -Xswiftc -static-stdlib
134+
- run: cd Escape && swift build -c release
135135
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
136136
- run: cd project && Escape flutter publish
137137

0 commit comments

Comments
 (0)