CI: Update macOS Intel target version in workflow

GitHub is deprecating macOS 13 runners -- the only remaining Intel runner is now macOS 15, and it is scheduled for retirement in 2027, at which point we will no longer be able to provide Intel weeklies.
This commit is contained in:
Chris Hennes
2025-11-03 09:46:47 -06:00
committed by Kacper Donat
parent 71104a08e7
commit de8d02e0bb

View File

@@ -63,7 +63,7 @@ jobs:
include:
- { target: linux-64, os: ubuntu-22.04 }
- { target: linux-arm64, os: ubuntu-22.04-arm }
- { target: osx-64, os: macos-13 }
- { target: osx-64, os: macos-15-intel }
- { target: osx-arm64, os: macos-latest }
- { target: win-64, os: windows-latest }
fail-fast: false