Skip to content

Commit

Permalink
iox-#1176 Pin the intergration tests and coverage CI to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 13, 2024
1 parent aa51f20 commit 480caa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run-integration-test:
# prevent stuck jobs consuming runners for 6 hours
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: pre-flight-check
steps:
- name: Setup ROS
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
coverage-and-docs:
# prevent stuck jobs consuming runners for 6 hours
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: pre-flight-check
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 480caa5

Please sign in to comment.