Skip to content

Commit

Permalink
Try reverting to ubuntu-18.04 for test runs
Browse files Browse the repository at this point in the history
Issue: #9
  • Loading branch information
filmil committed Oct 31, 2022
1 parent a9ba038 commit 88a82c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04
steps:
- name: Setup bazel
uses: abhinavsingh/setup-bazel@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
# Pin the version of the docker container used for building.
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04
steps:
- name: Setup bazel
uses: abhinavsingh/setup-bazel@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04
steps:
- name: Setup bazel
uses: abhinavsingh/setup-bazel@v3
Expand Down

0 comments on commit 88a82c5

Please sign in to comment.