Remove ubuntu-16.04

This commit is contained in:
D-X-Y 2021-10-25 10:26:20 -07:00
parent 63f0688fc5
commit d2cef525f3
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest] os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -12,7 +12,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest] os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -12,7 +12,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest] os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}