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 dc67376 commit 135c1d3Copy full SHA for 135c1d3
.github/workflows/llvm-project-tests.yml
@@ -40,10 +40,8 @@ jobs:
40
target: [X86]
41
os:
42
- ubuntu-latest
43
- # We're using a specific version of macOS due to:
44
- # https://github.com/actions/virtual-environments/issues/5900
45
- - macOS-11
46
- windows-latest
+ - macOS-13
47
include:
48
# Enable Windows on ARM build, when an official
49
# self-hosted machine is available.
@@ -108,7 +106,7 @@ jobs:
108
106
ninja check-all
109
107
shell: powershell
110
- name: Test clang macOS
111
- if: ${{ matrix.os == 'macOS-11'}}
+ if: ${{ matrix.os == 'macOS-13'}}
112
env:
113
# Workaround for https://github.com/actions/virtual-environments/issues/5900.
114
# This should be a no-op for non-mac OSes
0 commit comments