ubuntu 16.04 is deprecated on github actions, upgrading to 18.04

This commit is contained in:
Lex Berezhny 2021-09-22 18:14:15 -04:00 committed by Victor Shyba
parent 963649998a
commit c481838179

View file

@ -134,7 +134,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-16.04
- ubuntu-18.04
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}