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