File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3939 - windows-2019
4040 # We're using a specific version of macOS due to:
4141 # 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
4543 steps :
4644 - name : Setup Windows
4745 if : startsWith(matrix.os, 'windows')
7472 env :
7573 # Workaround for https://github.com/actions/virtual-environments/issues/5900.
7674 # 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
7876 with :
7977 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'
8078 build_target : ' ${{ inputs.build_target }}'
You can’t perform that action at this time.
0 commit comments