Skip to content

Commit 135c1d3

Browse files
committed
[workflows] Upgrade GitHub runner to macOS-13
GitHub has stopped supporting macOS-11, causing our workflows to wait indefinitely for an unavailable runner.
1 parent dc67376 commit 135c1d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
target: [X86]
4141
os:
4242
- ubuntu-latest
43-
# We're using a specific version of macOS due to:
44-
# https://github.com/actions/virtual-environments/issues/5900
45-
- macOS-11
4643
- windows-latest
44+
- macOS-13
4745
include:
4846
# Enable Windows on ARM build, when an official
4947
# self-hosted machine is available.
@@ -108,7 +106,7 @@ jobs:
108106
ninja check-all
109107
shell: powershell
110108
- name: Test clang macOS
111-
if: ${{ matrix.os == 'macOS-11'}}
109+
if: ${{ matrix.os == 'macOS-13'}}
112110
env:
113111
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
114112
# This should be a no-op for non-mac OSes

0 commit comments

Comments
 (0)