CI: Use macos-13 instead of macos-13-xlarge for most aarch64-apple-darwin jobs.

Running these jobs cost $111.04 in December. Reduce the cost by an
expected 75%.
This commit is contained in:
Brian Smith 2024-01-12 18:14:34 -08:00
parent a0ce2d3c22
commit accca784ef

@ -174,7 +174,19 @@ jobs:
include:
- target: aarch64-apple-darwin
host_os: macos-13-xlarge
mode: --release
rust_channel: stable
host_os: macos-13-xlarge # This always costs $$$ but can actually run the tests.
- target: aarch64-apple-darwin
rust_channel: 1.61.0
host_os: macos-13 # This can use free credits...
cargo_options: --no-run # ... but can't run the tests.
- target: aarch64-apple-darwin
mode: # debug
host_os: macos-13 # This can use free credits...
cargo_options: --no-run # ... but can't run the tests.
- target: aarch64-apple-ios
host_os: macos-13