Skip to content

Commit

Permalink
Removed the deprecated Ubuntu 16.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Sep 19, 2021
1 parent 2b1fdb8 commit 908b38b
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,48 +241,6 @@ jobs:
run-test: true
ctest-options: -V
configure-options: -DBUILD_SHARED_LIBS=OFF

ubuntu-16-gcc-shared-ssl:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2.2.0
with:
submodules: true
- name: Install libssl-dev
run: sudo apt install libssl-dev
- name: "[Release g++] Build & Test"
uses: ashutoshvarma/action-cmake-build@master
with:
build-dir: ${{github.workspace}}/build
source-dir: ${{github.workspace}}
cc: gcc
cxx: g++
build-type: Release
run-test: true
ctest-options: -V
configure-options: -DBUILD_SHARED_LIBS=ON

ubuntu-16-gcc-static-ssl:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2.2.0
with:
submodules: true
- name: Install libssl-dev
run: sudo apt install libssl-dev
- name: "[Release g++] Build & Test"
uses: ashutoshvarma/action-cmake-build@master
with:
build-dir: ${{github.workspace}}/build
source-dir: ${{github.workspace}}
cc: gcc
cxx: g++
build-type: Release
run-test: true
ctest-options: -V
configure-options: -DBUILD_SHARED_LIBS=OFF

windows-msvc-shared-ssl:
runs-on: windows-latest
Expand Down

0 comments on commit 908b38b

Please sign in to comment.