Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workflows] Upgrade GitHub runner to macOS-13 #183

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading