Replace the macos-13 images with the macos-15-intel images (GHA) (#2601)

Replace `macos-13` images with `macos-15-intel`
This commit is contained in:
Agriya Khetarpal
2025-09-21 10:23:21 +01:00
committed by GitHub
parent ce4c16f88f
commit 70de033a7f
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
- os: windows-arm
runs-on: windows-11-arm
- os: macos-intel
# macos-13 was the last x86_64 runner
runs-on: macos-13
# macos-15-intel is the last x86_64 runner
runs-on: macos-15-intel
- os: macos-arm
# macos-14+ (including latest) are ARM64 runners
runs-on: macos-latest