2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Reorder macos parameters in GitHub Actions CI for better readability in web UI.

This commit is contained in:
Andrey Semashev
2025-12-16 12:20:38 +03:00
parent e6fe1c45d9
commit ef9c903055

View File

@@ -255,14 +255,14 @@ jobs:
os: ubuntu-latest
install: clang-17
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
cxxstd: "11,14,17,20,2b"
- toolset: clang
cxxstd: "11,14,17,20,23,2c"
os: macos-15
- toolset: clang
cxxstd: "11,14,17,20,23,2c"
- toolset: clang
os: macos-26
cxxstd: "11,14,17,20,23,2c"
runs-on: ${{matrix.os}}