Skip to content

Commit 24170d6

Browse files
authored
Drop 16.04 from OS tests
16.04 went EOL in April of this year, and will no longer be supported in workflows on 2021-09-20 actions/runner-images#3287
1 parent a6ffc57 commit 24170d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
9+
os: ['ubuntu-20.04', 'ubuntu-18.04', 'macos-latest']
1010
fail-fast: false
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)