diff --git a/.github/workflows/ros2-rolling.yaml b/.github/workflows/ros2-rolling.yaml index 1eb8584ac..f19c06955 100644 --- a/.github/workflows/ros2-rolling.yaml +++ b/.github/workflows/ros2-rolling.yaml @@ -16,7 +16,9 @@ jobs: strategy: matrix: env: - - {ROS_DISTRO: rolling, ROS_REPO: main} + # rolling now targets Ubuntu 26.04 (resolute), which has no rolling + # debs yet. Pin to noble (24.04) until resolute is published. + - {ROS_DISTRO: rolling, ROS_REPO: main, OS_CODE_NAME: noble} runs-on: ubuntu-latest steps: - uses: actions/checkout@v6