We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e16d8 commit 0f08d97Copy full SHA for 0f08d97
.github/workflows/build.yml
@@ -83,16 +83,6 @@ jobs:
83
fail-fast: false
84
matrix:
85
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
94
- arch: "x86_64"
95
96
- platform: "windows-latest"
97
rust_target: "x86_64-pc-windows-msvc"
98
os_name: "windows"
0 commit comments