Skip to content

Commit 4ece8fe

Browse files
committed
Ubuntu 16.04 is no longer supported on GitHub Actions
1 parent e716322 commit 4ece8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest ]
53+
os: [ ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest ]
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)