Skip to content

Commit

Permalink
test arm runner ros-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 17, 2025
1 parent b0ef4c4 commit fa0ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: write
jobs:
build_testing:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.arch == 'amd64' && "ubuntu-22.04" || "ubuntu-20.04-arm" }}
strategy:
matrix:
ros_distro: [humble]
Expand Down

0 comments on commit fa0ef4d

Please sign in to comment.