File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 env :
2828 GRPC_BUILD_ENABLE_CCACHE : " ON"
2929 GH_TOKEN : ${{ secrets.GNUS_TOKEN_1 }}
30- runs-on : ${{ matrix.host }}
30+ runs-on : ${{ matrix.runner }}
3131 container :
3232 image : ${{ matrix.container }}
3333 options : ${{ '--cap-add=IPC_LOCK' }}
@@ -42,29 +42,29 @@ jobs:
4242 abi : [ "" ]
4343 include :
4444 - target : Linux
45- host : sg-ubuntu-linux
45+ runner : sg-ubuntu-linux
4646 abi : " x86_64"
4747 build-type : " Release"
4848 container : ghcr.io/geniusventures/debian-bullseye:latest
4949 - target : Linux
50- host : sg-arm-linux
50+ runner : sg-arm-linux
5151 abi : " aarch64"
5252 build-type : " Release"
5353 container : ghcr.io/geniusventures/debian-bullseye:latest
5454 - target : Windows
55- host : SG-WIN11
55+ runner : [ self-hosted, Windows ]
5656 - target : OSX
57- host : gv-OSX-Large
57+ runner : gv-OSX-Large
5858 - target : Android
59- host : sg-ubuntu-linux
59+ runner : sg-ubuntu-linux
6060 abi : arm64-v8a
6161 build-type : " Release"
6262 - target : Android
63- host : sg-ubuntu-linux
63+ runner : sg-ubuntu-linux
6464 abi : armeabi-v7a
6565 build-type : " Release"
6666 - target : iOS
67- host : macos-latest
67+ runner : macos-latest
6868 exclude :
6969 - target : Android
7070 abi : " "
You can’t perform that action at this time.
0 commit comments