Skip to content

Commit 5f89dd0

Browse files
Update linux-builds.yml
Removed ubuntu 16.04 from GitHub workflow because it is not supported by GitHUb any longer
1 parent 0b82ff3 commit 5f89dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-builds.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-latest, ubuntu-18.04, ubuntu-16.04]
9+
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
1010

1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)