File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,27 +2,27 @@ name: build
22on :
33 push :
44 branches :
5- - master
5+ - linux-static-linkage
66 pull_request :
77 branches :
8- - master
8+ - linux-static-linkage
99jobs :
1010 compile :
1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 fail-fast : false
1414 matrix :
1515 include :
16- - os : windows-latest
17- platform : win32-x64
16+ # - os: windows-latest
17+ # platform: win32-x64
1818 - os : ubuntu-22.04
1919 platform : linux-x64
20- - os : ubuntu-22.04-arm
21- platform : linux-arm64
22- - os : macos-latest
23- platform : darwin-x64
24- - os : macos-latest
25- platform : darwin-arm64
20+ # - os: ubuntu-22.04-arm
21+ # platform: linux-arm64
22+ # - os: macos-latest
23+ # platform: darwin-x64
24+ # - os: macos-latest
25+ # platform: darwin-arm64
2626 steps :
2727 - uses : actions/checkout@v4
2828 with :
You can’t perform that action at this time.
0 commit comments