Skip to content

Commit

Permalink
fix: update runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevenpmwork committed Dec 11, 2024
1 parent a50350c commit 7dd0ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on:
- self-hosted
- X64
- ubuntu-ros
- ubuntu-latest
container:
image: ${{ matrix.BUILD_TYPE == 'binary' && format('ros:{0}-ros-base', matrix.ROS_DISTRO) || 'ubuntu:noble' }}
steps:
Expand Down

0 comments on commit 7dd0ea6

Please sign in to comment.