CI: Use macOS-12 instead of macOS-11

macOS-11 is going to be removed at the end of the month and undergoing brownouts.
We want to migrate away from it as fast as possible, but we only upgrade to macOS-12.
This commit is contained in:
Mathias Lang 2024-06-22 02:40:01 +02:00 committed by Mathias LANG
parent 3949a4dd3b
commit 9fd775b37c
2 changed files with 20 additions and 20 deletions

View file

@ -112,12 +112,12 @@ The auto tester tests DMD on various Posix platforms.
**Config**: [azure-pipelines.yml](https://github.com/dlang/dmd/blob/master/.github/workflows/runnable_cxx.yml)
**Checks**:
- C++ interop tests / Run (macOS-11, clang-13.0.0)
- C++ interop tests / Run (macOS-11, clang-12.0.0)
- C++ interop tests / Run (macOS-11, clang-11.0.0)
- C++ interop tests / Run (macOS-11, clang-10.0.0)
- C++ interop tests / Run (macOS-11, clang-9.0.0)
- C++ interop tests / Run (macOS-11, clang-8.0.0)
- C++ interop tests / Run (macOS-12, clang-13.0.0)
- C++ interop tests / Run (macOS-12, clang-12.0.0)
- C++ interop tests / Run (macOS-12, clang-11.0.0)
- C++ interop tests / Run (macOS-12, clang-10.0.0)
- C++ interop tests / Run (macOS-12, clang-9.0.0)
- C++ interop tests / Run (macOS-12, clang-8.0.0)
- C++ interop tests / Run (ubuntu-20.04, clang-13.0.0)
- C++ interop tests / Run (ubuntu-20.04, clang-12.0.0)
- C++ interop tests / Run (ubuntu-20.04, clang-11.0.0)