Skip to content

Commit 966c6c1

Browse files
committed
ci: drop ubuntu-16.04
GitHub removed Ubuntu Xenial (16.04) runners in Sep, 2021. See the announcement [1]. [1]: https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/
1 parent a33eec5 commit 966c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- '2.9'
2020
nightly: [false]
2121
include:
22+
- {runs-on: ubuntu-20.04, tarantool: '1.10', nightly: true}
2223
- {runs-on: ubuntu-18.04, tarantool: '1.10', nightly: true}
23-
- {runs-on: ubuntu-16.04, tarantool: '1.10', nightly: true}
2424
runs-on: ${{ matrix.runs-on }}
2525
env:
2626
TARANTOOL_CACHE_KEY_SUFFIX: -A-${{ github.run_id }}

0 commit comments

Comments
 (0)