We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab76872 commit 68dfdb5Copy full SHA for 68dfdb5
.github/workflows/llvm-project-tests.yml
@@ -71,10 +71,8 @@ jobs:
71
target: [X86]
72
os:
73
- 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
77
- windows-latest
+ - macOS-13
78
include:
79
# Enable Windows on ARM build, when an official
80
# self-hosted machine is available.
@@ -142,7 +140,7 @@ jobs:
142
140
ninja check-all
143
141
shell: powershell
144
- name: Test clang macOS
145
- if: ${{ matrix.os == 'macOS-11'}}
+ if: ${{ matrix.os == 'macOS-13'}}
146
env:
147
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
148
# This should be a no-op for non-mac OSes
0 commit comments