From 0f82001034e1045fcff02206e45fe75faafc56e5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 12 Jan 2025 22:45:20 -0800 Subject: [PATCH] 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. --- .github/workflows/_rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index 194661f24..4b9b8854e 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -80,6 +80,7 @@ jobs: ubuntu-24.04, macos-13, macos-14, + macos-15, windows-2019, windows-2022, ]