Skip to content

Commit 70aaa63

Browse files
authored
Skip building for NetBSD and use the latest macOS runner for Apple Silicon build (#411)
1 parent 5a7cff0 commit 70aaa63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# https://github.com/rust-embedded/cross#supported-targets
7272
include:
7373
- target: aarch64-apple-darwin
74-
os: macos-11
74+
os: macos-latest
7575
use-cross: false
7676
- target: x86_64-apple-darwin
7777
os: macos-latest
@@ -85,9 +85,6 @@ jobs:
8585
- target: riscv64gc-unknown-linux-gnu
8686
os: ubuntu-latest
8787
use-cross: true
88-
- target: x86_64-unknown-netbsd
89-
os: ubuntu-latest
90-
use-cross: true
9188

9289
steps:
9390
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)