From 0477c6a88898ffe7df6ba554b584f2b7f9686649 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 12 Dec 2025 01:13:02 -0800 Subject: [PATCH] move to macos 26 ci (#440) --- .github/workflows/build-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 434775c..6eee005 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: include: - - platform: "macos-latest" # for Arm based macs (M1 and above). + - platform: "macos-26" # for Arm based macs (M1 and above). Uses macOS 26 for Apple Intelligence SDK. args: "--target aarch64-apple-darwin" target: "aarch64-apple-darwin" - platform: "macos-latest" # for Intel based macs. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88b0d2e..9e7287b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: fail-fast: false matrix: include: - - platform: "macos-latest" # for Arm based macs (M1 and above). + - platform: "macos-26" # for Arm based macs (M1 and above). Uses macOS 26 for Apple Intelligence SDK. args: "--target aarch64-apple-darwin" target: "aarch64-apple-darwin" - platform: "macos-latest" # for Intel based macs.