Skip to content

Commit

Permalink
pin ubuntu version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baxelrod-bdai committed Jan 7, 2025
1 parent bf06fdc commit 322f8ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:
jobs:
lint:
name: Lint spot_ros2 packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
config:
Expand All @@ -47,7 +47,7 @@ jobs:
uses: pre-commit/action@v3.0.1
prepare_container:
name: Prepare Humble container for tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: lint
permissions:
contents: read
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cache-to: type=gha,mode=max
build_and_test_package_and_docs:
name: Build and test spot_ros2 packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare_container
container:
image: ${{ needs.prepare_container.outputs.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
clean-ghcr:
name: Prune old images from Github Container Registry
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Delete old pull request images
uses: snok/container-retention-policy@v2
Expand Down

0 comments on commit 322f8ae

Please # to comment.