Skip to content

Commit 6a696e3

Browse files
committed
Downgrade macos image and specify xcode version
1 parent 51d3c7f commit 6a696e3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/llvm.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Darwin LLVM build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- 267-llvm_bin-universal
7+
- '*build-llvm*'
48

59
concurrency:
610
group: ${{ github.workflow }}-${{ github.ref }}
@@ -12,12 +16,16 @@ env:
1216

1317
jobs:
1418
llvm-build:
15-
runs-on: macos-13
19+
runs-on: macos-11
1620
defaults:
1721
run:
1822
working-directory: ./omnibus
1923

2024
steps:
25+
- uses: maxim-lobanov/setup-xcode@v1
26+
with:
27+
xcode-version: '13.2.1'
28+
2129
- name: Download Crystal source
2230
uses: actions/checkout@v4
2331

0 commit comments

Comments
 (0)