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
@@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-14]
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
steps:
- uses: actions/checkout@v5