ci: Add macos-15 to Rust unit tests (#7729)

We try to unit test on each major platform we support in CI to reduce
the possibility a specific OS has issues with our unit tests. Now that
macos-15 is available in GitHub CI, it would be a good idea to add it to
the mix.
This commit is contained in:
Jamil
2025-01-12 22:45:20 -08:00
committed by GitHub
parent 0a1cd92c00
commit 0f82001034

View File

@@ -80,6 +80,7 @@ jobs:
ubuntu-24.04,
macos-13,
macos-14,
macos-15,
windows-2019,
windows-2022,
]