Skip to content

Commit 68dfdb5

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 ab76872 commit 68dfdb5

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
@@ -71,10 +71,8 @@ jobs:
7171
target: [X86]
7272
os:
7373
- ubuntu-latest
74-
# We're using a specific version of macOS due to:
75-
# https://github.com/actions/virtual-environments/issues/5900
76-
- macOS-11
7774
- windows-latest
75+
- macOS-13
7876
include:
7977
# Enable Windows on ARM build, when an official
8078
# self-hosted machine is available.
@@ -142,7 +140,7 @@ jobs:
142140
ninja check-all
143141
shell: powershell
144142
- name: Test clang macOS
145-
if: ${{ matrix.os == 'macOS-11'}}
143+
if: ${{ matrix.os == 'macOS-13'}}
146144
env:
147145
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
148146
# This should be a no-op for non-mac OSes

0 commit comments

Comments
 (0)