Skip to content

Commit 9352724

Browse files
committed
ci(build.yaml): change 'runs-on' from 'ubuntu-latest' to 'vector-builder' to use custom runner for build and test job
1 parent 41839c7 commit 9352724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
build-and-test:
1616
name: Build and Test
17-
runs-on: ubuntu-latest
17+
runs-on: vector-builder
1818
outputs:
1919
version: ${{ steps.get_version.outputs.VERSION }}
2020
steps:

0 commit comments

Comments
 (0)