Skip to content

Commit

Permalink
Skip building for NetBSD and use the latest macOS runner for Apple Si…
Browse files Browse the repository at this point in the history
…licon build (#411)
  • Loading branch information
brettcannon authored Jul 1, 2024
1 parent 5a7cff0 commit 70aaa63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# https://github.com/rust-embedded/cross#supported-targets
include:
- target: aarch64-apple-darwin
os: macos-11
os: macos-latest
use-cross: false
- target: x86_64-apple-darwin
os: macos-latest
Expand All @@ -85,9 +85,6 @@ jobs:
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
use-cross: true
- target: x86_64-unknown-netbsd
os: ubuntu-latest
use-cross: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 70aaa63

Please sign in to comment.