Skip to content

Commit

Permalink
Use ubuntu-20.04 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowjack-lucidchart committed Aug 28, 2023
1 parent b2cd777 commit 611025b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15]
bazel_version: [bazelbuild/3.2.0, bazelbuild/3.3.0]
os: [ubuntu-20.04]
bazel_version: [bazelbuild/4.2.4]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 611025b

Please sign in to comment.