Skip to content

Commit 61ed896

Browse files
authored
Merge pull request #3162 from leleliu008/remove-github-actions-environment-ubuntu-16.04
GitHub Actions: remove the ubuntu-16.04 environment due to it will be removed 3 days later
2 parents 362fc8b + 8cd1944 commit 61ed896

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cross-compile-android-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15]
14+
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
1515

1616
runs-on: ${{ matrix.build-machine-os }}
1717

.github/workflows/cross-compile-mingw-w64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15]
14+
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
1515
target: [i686-w64-mingw32,x86_64-w64-mingw32]
1616

1717
runs-on: ${{ matrix.build-machine-os }}

.github/workflows/testing-gnulinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
# os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
15-
os: [ubuntu-16.04, ubuntu-20.04]
14+
# os: [ubuntu-18.04, ubuntu-20.04]
15+
os: [ubuntu-18.04, ubuntu-20.04]
1616
compiler: [gcc, clang]
1717

1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)