Skip to content

Commit 1cf2af0

Browse files
authored
Change 'host' to 'runner' in CI workflow
And add so windows can tap self-hosted runners that maybe freely available
1 parent c66baa0 commit 1cf2af0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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: ""

0 commit comments

Comments
 (0)