Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and opicaud committed Jan 5, 2024
1 parent de50960 commit 98828d2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ on:
- main
jobs:
test_job:
runs-on: ubuntu-20.04
container:
image: gcr.io/bazel-public/bazel:7.0.0
volumes:
- /usr/bin/docker:/usr/bin/docker
- /var/run/docker.sock:/var/run/docker.sock
options: -e USER="root" -u="root"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -27,7 +21,7 @@ jobs:
- name: Bazel test
run: bazel --output_user_root=/tmp/cache test --test_output=errors //...
release_job:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: test_job
env:
RELEASE_NAME: rules_pact
Expand Down

0 comments on commit 98828d2

Please sign in to comment.