File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ version: 2
22
33jobs :
44 omnibus_osx_llvm :
5- resource_class : macos.m1 .medium.gen1
5+ resource_class : macos.x86 .medium.gen2
66 macos :
7- xcode : 14.2.0
7+ xcode : 13.4.1
88 environment :
99 LLVM_VERSION : 15.0.7
1010 MACOSX_DEPLOYMENT_TARGET : 10.11
2727 command : |
2828 cd omnibus
2929 bundle check || bundle install --binstubs
30- bundle exec omnibus build llvm --log-level debug
30+ bundle exec omnibus build llvm
3131 - store_artifacts :
3232 path : ./omnibus/pkg
3333 destination : llvm
@@ -37,8 +37,8 @@ workflows:
3737
3838 build_llvm :
3939 jobs :
40- - omnibus_osx_llvm
41- # filters:
42- # branches:
43- # only:
44- # - /.*\bbuild-llvm\b.*/
40+ - omnibus_osx_llvm :
41+ filters :
42+ branches :
43+ only :
44+ - /.*\bbuild-llvm\b.*/
You can’t perform that action at this time.
0 commit comments