Skip to content

Commit 0f08d97

Browse files
committed
chore: disable macos builds, keep only windows
1 parent b8e16d8 commit 0f08d97

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
include:
86-
- platform: "macos-latest"
87-
rust_target: "aarch64-apple-darwin"
88-
os_name: "macos"
89-
arch: "aarch64"
90-
91-
- platform: "macos-13"
92-
rust_target: "x86_64-apple-darwin"
93-
os_name: "macos"
94-
arch: "x86_64"
95-
9686
- platform: "windows-latest"
9787
rust_target: "x86_64-pc-windows-msvc"
9888
os_name: "windows"

0 commit comments

Comments
 (0)