mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
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:
parent
3949a4dd3b
commit
9fd775b37c
2 changed files with 20 additions and 20 deletions
12
ci/README.md
12
ci/README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue