We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda97fc commit 15cbdd5Copy full SHA for 15cbdd5
.github/workflows/llvm-project-tests.yml
@@ -66,10 +66,8 @@ jobs:
66
target: [X86]
67
os:
68
- 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
72
- windows-latest
+ - macOS-13
73
include:
74
# Enable Windows on ARM build, when an official
75
# self-hosted machine is available.
@@ -137,7 +135,7 @@ jobs:
137
135
ninja check-all
138
136
shell: powershell
139
- name: Test clang macOS
140
- if: ${{ matrix.os == 'macOS-11'}}
+ if: ${{ matrix.os == 'macOS-13'}}
141
env:
142
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
143
# This should be a no-op for non-mac OSes
0 commit comments