Skip to content

Commit 3700747

Browse files
committed
workflows: Use macos-11 runners
macos-10.15 is deprecated and will be removed. (cherry picked from commit d9e02a3)
1 parent 99f7f1a commit 3700747

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/llvm-project-tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
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')
@@ -74,7 +72,7 @@ jobs:
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 }}'

0 commit comments

Comments
 (0)