Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit e26141c

Browse files
Use gcc@11 for macos-10.15
1 parent f41c727 commit e26141c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
- name: Install dependencies
7474
run: brew install cmake boost icu4c
7575

76+
- name: Install gcc (macos 10)
77+
run: brew install gcc@11
78+
if: matrix.os == 'macos-10.15'
79+
7680
- name: Build kudu
7781
run: |
7882
sh build.sh

0 commit comments

Comments
 (0)