We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d3c7f commit 6a696e3Copy full SHA for 6a696e3
.github/workflows/llvm.yml
@@ -1,6 +1,10 @@
1
name: Darwin LLVM build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - 267-llvm_bin-universal
7
+ - '*build-llvm*'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
@@ -12,12 +16,16 @@ env:
12
16
13
17
jobs:
14
18
llvm-build:
15
- runs-on: macos-13
19
+ runs-on: macos-11
20
defaults:
21
run:
22
working-directory: ./omnibus
23
24
steps:
25
+ - uses: maxim-lobanov/setup-xcode@v1
26
+ with:
27
+ xcode-version: '13.2.1'
28
+
29
- name: Download Crystal source
30
uses: actions/checkout@v4
31
0 commit comments