Skip to content

Commit c7f45f5

Browse files
committed
testing...
1 parent 0767311 commit c7f45f5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ name: build
22
on:
33
push:
44
branches:
5-
- master
5+
- linux-static-linkage
66
pull_request:
77
branches:
8-
- master
8+
- linux-static-linkage
99
jobs:
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:

0 commit comments

Comments
 (0)