Skip to content

Commit 4a3d69c

Browse files
committed
Ubuntu 16.04 is no longer supported on GitHub Actions
1 parent 41160a2 commit 4a3d69c

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
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest ]
51+
os: [ ubuntu-18.04, ubuntu-20.04, macos-latest ]
5252
name: [ head, debug ]
5353
runs-on: ${{ matrix.os }}
5454
steps:

0 commit comments

Comments
 (0)