Skip to content

Commit e70b783

Browse files
Merge pull request #3 from ethz-asl/fix/ci_on_intel
Fix/ci on intel
2 parents 2f0e138 + d80ff2a commit e70b783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: [self-hosted, linux]
10+
runs-on: [self-hosted, linux, x64]
1111
env:
1212
rosdistro: ${{ matrix.ubuntu == '20.04' && 'noetic' || 'one' }}
1313
strategy:

0 commit comments

Comments
 (0)