From 554aa467f38a44294f5bce46af4dd65bc46259b6 Mon Sep 17 00:00:00 2001 From: Patrick Maslana <79757486+pmaslana@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:22:32 -0700 Subject: [PATCH 1/4] Update macOS version in CI workflows --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 98fb69e4..de92eed4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,7 +65,7 @@ jobs: matrix: macos runs-on: arm: [macos-13-arm64] - intel: [macos-13-intel] + intel: [macos-15-intel] cibw-archs-macos: arm: arm64 intel: x86_64 From 988c2394232535c41f08a1ca10e1052bce81ac39 Mon Sep 17 00:00:00 2001 From: Patrick Maslana <79757486+pmaslana@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:24:06 -0700 Subject: [PATCH 2/4] Update macOS runner version in CI workflow --- .github/workflows/build-c-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-c-libraries.yml b/.github/workflows/build-c-libraries.yml index f13e262f..4d61e577 100644 --- a/.github/workflows/build-c-libraries.yml +++ b/.github/workflows/build-c-libraries.yml @@ -31,7 +31,7 @@ jobs: matrix: macos runs-on: arm: [macOS, ARM64] - intel: [macos-13-intel] + intel: [macos-15-intel] - name: Ubuntu matrix: ubuntu runs-on: From 53e27ca8eb85498d983f20fc52b9aa510a11b43f Mon Sep 17 00:00:00 2001 From: Patrick Maslana <79757486+pmaslana@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:25:31 -0700 Subject: [PATCH 3/4] Update macOS version in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c114741..fcac1083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: matrix: macos runs-on: arm: [macos-13-arm64] - intel: [macos-13-intel] + intel: [macos-15-intel] cibw-archs-macos: arm: arm64 intel: x86_64 From 68244bbbbf08a0be52a6fa1aecccfc93a0d94102 Mon Sep 17 00:00:00 2001 From: Patrick Maslana <79757486+pmaslana@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:29:38 -0700 Subject: [PATCH 4/4] Update macOS version in CI workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 85d8bd83..4c181784 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13-intel, ubuntu-latest] + os: [macos-15-intel, ubuntu-latest] config: [optimized=1, TSAN=1, ASAN=1] steps: