Skip to content

Commit 46d3548

Browse files
authored
Test: using github-hosted machine for building
1 parent ef3187a commit 46d3548

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33

44
jobs:
55
test:
6-
runs-on: self-hosted
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
99
include:
@@ -27,5 +27,4 @@ jobs:
2727
- name: Build
2828
run: |
2929
cmake -B build -DBUILD_TESTING=ON ${{ matrix.build_args }}
30-
cmake --build build -j4
31-
cmake --install build
30+
cmake --build build -j2

0 commit comments

Comments
 (0)