File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 39
39
- windows-2019
40
40
# We're using a specific version of macOS due to:
41
41
# https://github.com/actions/virtual-environments/issues/5900
42
- # We need addtional testing to see if our workaround works for
43
- # new macOS builds.
44
- - macOS-10.15
42
+ - macOS-11
45
43
steps :
46
44
- name : Setup Windows
47
45
if : startsWith(matrix.os, 'windows')
74
72
env :
75
73
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
76
74
# This should be a no-op for non-mac OSes
77
- PKG_CONFIG_PATH : /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//11
75
+ PKG_CONFIG_PATH : /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
78
76
with :
79
77
cmake_args : ' -GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
80
78
build_target : ' ${{ inputs.build_target }}'
You can’t perform that action at this time.
0 commit comments