File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -19,31 +19,31 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 include :
22- # Linux x86_64
23- - target : x86_64-unknown-linux-gnu
24- runner : self-hosted
25- asset_name : x86_64-unknown-linux-gnu
22+ # # Linux x86_64
23+ # - target: x86_64-unknown-linux-gnu
24+ # runner: self-hosted
25+ # asset_name: x86_64-unknown-linux-gnu
2626
2727 # Linux ARM64 (aarch64) - Cross-compilation
2828 - target : aarch64-unknown-linux-gnu
2929 runner : ubuntu-latest
3030 asset_name : aarch64-unknown-linux-gnu
3131
32- # macOS x86_64
33- - target : x86_64-apple-darwin
34- runner : macos-13
35- asset_name : x86_64-apple-darwin
36-
37- # macOS ARM64
38- - target : aarch64-apple-darwin
39- runner : macos-latest
40- asset_name : aarch64-apple-darwin
41-
42- # Windows x86_64
43- - target : x86_64-pc-windows-msvc
44- runner : windows-latest
45- asset_name : x86_64-windows
46- binary_ext : .exe
32+ # # macOS x86_64
33+ # - target: x86_64-apple-darwin
34+ # runner: macos-13
35+ # asset_name: x86_64-apple-darwin
36+ #
37+ # # macOS ARM64
38+ # - target: aarch64-apple-darwin
39+ # runner: macos-latest
40+ # asset_name: aarch64-apple-darwin
41+ #
42+ # # Windows x86_64
43+ # - target: x86_64-pc-windows-msvc
44+ # runner: windows-latest
45+ # asset_name: x86_64-windows
46+ # binary_ext: .exe
4747
4848 steps :
4949 - name : Checkout code
You can’t perform that action at this time.
0 commit comments