Retire macos-13 runners, add Intel-specific ones.

This commit is contained in:
Darren Tucker
2025-10-17 16:32:40 +11:00
parent a6503f1e22
commit a204650386
+1 -2
View File
@@ -29,9 +29,9 @@ jobs:
- ubuntu-latest
- ubuntu-22.04-arm
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15
- macos-15-intel
- windows-2022
- windows-2025
config: [default]
@@ -111,7 +111,6 @@ jobs:
- { target: ubuntu-latest, config: musl }
- { target: ubuntu-22.04-arm, config: kitchensink }
- { target: ubuntu-24.04-arm, config: kitchensink }
- { target: macos-13, config: pam }
- { target: macos-14, config: pam }
- { target: macos-15, config: pam }
runs-on: ${{ matrix.target }}