Skip to content

Commit

Permalink
[workflows] Upgrade GitHub runner to macOS-13
Browse files Browse the repository at this point in the history
GitHub has stopped supporting macOS-11, causing our workflows to wait
indefinitely for an unavailable runner.
  • Loading branch information
bryanpkc committed Jul 16, 2024
1 parent eda97fc commit 15cbdd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ jobs:
target: [X86]
os:
- ubuntu-latest
# We're using a specific version of macOS due to:
# https://github.com/actions/virtual-environments/issues/5900
- macOS-11
- windows-latest
- macOS-13
include:
# Enable Windows on ARM build, when an official
# self-hosted machine is available.
Expand Down Expand Up @@ -137,7 +135,7 @@ jobs:
ninja check-all
shell: powershell
- name: Test clang macOS
if: ${{ matrix.os == 'macOS-11'}}
if: ${{ matrix.os == 'macOS-13'}}
env:
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
# This should be a no-op for non-mac OSes
Expand Down

0 comments on commit 15cbdd5

Please sign in to comment.