This website works better with JavaScript.
Home
Explore
Help
Sign In
tools
/
out-of-tree
Watch
1
Star
0
Fork
0
Code
Releases
10
Activity
Browse Source
CircleCI: specify xcode version
tags/v1.3.0
dump_stack()
1 year ago
parent
7f418b30ac
commit
196f17277c
Signed by:
Mikhail Klementev
<blame@dumpstack.io>
GPG Key ID:
BE44DA8C062D87DC
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.circleci/config.yml
+ 2
- 0
.circleci/config.yml
View File
@@ -2,6 +2,8 @@ version: 2
jobs:
build:
macos:
xcode: "10.2.0"
steps:
- checkout
- run:
Write
Preview
Loading…
Cancel
Save