ci: update macOS runner versions in build workflow

Update GitHub Actions macOS runners to use macos-15-intel for x86_64 and macos-15 for aarch64 targets to align with latest runner availability.
This commit is contained in:
Ryan Walters
2025-11-02 10:43:19 -06:00
parent 54ef292606
commit 3f6126418a

View File

@@ -23,11 +23,11 @@ jobs:
target: x86_64-unknown-linux-gnu
artifact_name: pacman
toolchain: 1.86.0
- os: macos-13
- os: macos-15-intel
target: x86_64-apple-darwin
artifact_name: pacman
toolchain: 1.86.0
- os: macos-latest
- os: macos-15
target: aarch64-apple-darwin
artifact_name: pacman
toolchain: 1.86.0