Skip to content

Commit

Permalink
Reenable macos dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed May 16, 2024
1 parent 0f3987f commit 6e6c8ee
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
# TODO: uncomment once this is resolved https://github.com/actions/runner-images/issues/9734#issuecomment-2074746599
# - os: macos-latest
# target: x86_64-apple-darwin
# cargo-hack-feature-options: --feature-powerset
# - os: macos-latest
# target: aarch64-apple-darwin
# cargo-hack-feature-options: --feature-powerset
- os: macos-latest
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
- os: macos-latest
target: aarch64-apple-darwin
cargo-hack-feature-options: --feature-powerset
# Windows builds notes:
#
# The different features that need testing are split over unique
Expand Down

0 comments on commit 6e6c8ee

Please sign in to comment.