Skip to content

Commit

Permalink
CI: Use macos-13 instead of macos-13-xlarge for most aarch64-apple-da…
Browse files Browse the repository at this point in the history
…rwin jobs.

Running these jobs cost $111.04 in December. Reduce the cost by an
expected 75%.
  • Loading branch information
briansmith committed Jan 13, 2024
1 parent a0ce2d3 commit accca78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit accca78

Please sign in to comment.