From 2b2b2dff96223535c0572054d41b59cf922c4c21 Mon Sep 17 00:00:00 2001 From: Lou Amadio Date: Tue, 19 Apr 2022 11:13:35 -0700 Subject: [PATCH] Update windows_ROS2.yaml --- .github/workflows/windows_ROS2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_ROS2.yaml b/.github/workflows/windows_ROS2.yaml index 1d7a27c0..74e414b8 100644 --- a/.github/workflows/windows_ROS2.yaml +++ b/.github/workflows/windows_ROS2.yaml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: [windows-latest] + runs-on: [windows-2019] strategy: fail-fast: false matrix: @@ -40,4 +40,4 @@ jobs: call "C:\opt\ros\%ROSDISTRO%\x64\setup.bat" colcon build --packages-select azure_kinect_ros_driver --event-handlers console_cohesion+ env: - ROSDISTRO: ${{ matrix.ROSDISTRO }} \ No newline at end of file + ROSDISTRO: ${{ matrix.ROSDISTRO }}