From bc1b9a64fcc0c9abad8ee7016ad431fb2ab3e8ca Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Thu, 23 Apr 2026 20:17:45 -0600 Subject: [PATCH] Update GitHub macOS x64 runner to macos-15-intel --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a82139..f8ff8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,13 +112,14 @@ jobs: needs: build strategy: matrix: - # macos-13 is specifically for running x64, macos-latest for arm64 - os: [windows-latest, ubuntu-latest, macos-13, macos-latest] + # macos-15-intel is specifically for running x64, macos-latest for arm64 + # NOTE: macos-15-intel will be discontinued in fall 2027 + os: [windows-latest, ubuntu-latest, macos-15-intel, macos-latest] arch: [x64, arm64] tfm: [net8.0] exclude: - arch: arm64 - os: macos-13 + os: macos-15-intel - arch: arm64 os: windows-latest - arch: arm64