File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 build-wireguard-go :
2525 strategy :
2626 matrix :
27- os : [ubuntu-22.04, custom-runner-mac-m1]
27+ os : [ ubuntu-22.04, custom-runner-mac-m1 ]
2828 uses : ./.github/workflows/build-wireguard-go.yml
2929 with :
3030 os : ${{ matrix.os }}
@@ -33,15 +33,15 @@ jobs:
3333 uses : ./.github/workflows/build-wireguard-go-android.yml
3434
3535 build :
36- needs : [build-wireguard-go, build-wireguard-go-android]
36+ needs : [ build-wireguard-go, build-wireguard-go-android ]
3737 strategy :
3838 fail-fast : false
3939 matrix :
40- os : [ubuntu-22.04, custom-runner-mac-m1]
41- target : [native]
42- include :
43- - os : ubuntu-20.04
44- target : android
40+ os : [ ubuntu-22.04, custom-runner-mac-m1 ]
41+ target : [ native ]
42+ # include:
43+ # - os: ubuntu-20.04
44+ # target: android
4545 runs-on : ${{ matrix.os }}
4646 env :
4747 WG_GO_LIB_PATH : ${{ github.workspace }}/lib
You can’t perform that action at this time.
0 commit comments