Skip to content

Commit 15cbdd5

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 eda97fc commit 15cbdd5

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
@@ -66,10 +66,8 @@ jobs:
6666
target: [X86]
6767
os:
6868
- ubuntu-latest
69-
# We're using a specific version of macOS due to:
70-
# https://github.com/actions/virtual-environments/issues/5900
71-
- macOS-11
7269
- windows-latest
70+
- macOS-13
7371
include:
7472
# Enable Windows on ARM build, when an official
7573
# self-hosted machine is available.
@@ -137,7 +135,7 @@ jobs:
137135
ninja check-all
138136
shell: powershell
139137
- name: Test clang macOS
140-
if: ${{ matrix.os == 'macOS-11'}}
138+
if: ${{ matrix.os == 'macOS-13'}}
141139
env:
142140
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
143141
# This should be a no-op for non-mac OSes

0 commit comments

Comments
 (0)