Skip to content

Commit

Permalink
Update macos publish step arm (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Feb 23, 2024
1 parent 0d6c1ec commit d51e114
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:

release:
name: Release
#needs: [test, self, doc-book]
if: startsWith(github.ref, 'refs/tags/')
strategy:
matrix:
Expand All @@ -126,11 +125,11 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc
bin: cargo-deny.exe
- os: macos-11
- os: macos-14
rust: stable
target: x86_64-apple-darwin
bin: cargo-deny
- os: macos-11
- os: macos-14
rust: stable
target: aarch64-apple-darwin
bin: cargo-deny
Expand Down

0 comments on commit d51e114

Please sign in to comment.