diff options
| author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-08-31 08:48:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 11:48:58 -0400 |
| commit | 0071dfdc5ced9a717c7b5008e20bf79f1b6dc78a (patch) | |
| tree | 8a67a600a0aecdb5f6f4c396f84760d834cf0486 /.github/workflows | |
| parent | 15fd1e8d3048653ad7b9afc8738010c5b3f0c2e1 (diff) | |
update actions to run on ubuntu-18.04 (#7160)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c172b7581..135a30d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: kind: test_release - os: windows-2019 kind: test_release - - os: ubuntu-16.04 + - os: ubuntu-18.04 kind: test_release - - os: ubuntu-16.04 + - os: ubuntu-18.04 kind: test_debug - - os: ubuntu-16.04 + - os: ubuntu-18.04 kind: bench - - os: ubuntu-16.04 + - os: ubuntu-18.04 kind: lint # Always run master branch builds to completion. This allows the cache to |
