Use macos-15 runner for both x86_64 and aarch64

This commit is contained in:
Andrew 2025-10-03 07:52:00 +13:00
parent 0c1d631794
commit ccde31231e

View file

@ -49,9 +49,9 @@ jobs:
- target: i686-pc-windows-msvc
os: windows-latest
- target: x86_64-apple-darwin
os: macos-13 # x86_64 runner
os: macos-15
- target: aarch64-apple-darwin
os: macos-15 # ARM64 runner
os: macos-15
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}