Skip to content

Commit

Permalink
ci: disable macOS ARM workflows on GHA since its built on Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Oct 20, 2022
1 parent d1aa60b commit aaaa138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_releases.yml
Expand Up @@ -107,9 +107,6 @@ jobs:
target: "riscv64gc-unknown-linux-gnu",
cross: true,
}

# macOS ARM
- { os: "macos-12", target: "aarch64-apple-darwin", cross: true }
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -204,14 +204,6 @@ jobs:
rust: stable,
}

# macOS ARM
- {
os: "macos-12",
target: "aarch64-apple-darwin",
cross: true,
rust: stable,
}

steps:
- name: Check if this action should be skipped
id: skip_check
Expand Down

0 comments on commit aaaa138

Please sign in to comment.