Skip to content

Commit

Permalink
Remove Boost 1.60 CI build
Browse files Browse the repository at this point in the history
It's already very old.
  • Loading branch information
eyal0 committed Jan 3, 2021
1 parent 8396e08 commit 68d748f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
boost: ['1_60', '1_66', '1_75']
boost: ['1_66', '1_75']
geos: ['3.8.1', 'none']
compiler: ['g++', 'g++-8', 'clang++']
exclude:
- os: macos
boost: '1_60'
- os: macos
boost: '1_66'
- os: ubuntu
Expand All @@ -32,8 +30,6 @@ jobs:
compiler: g++-8
geos: '3.8.1'
code_coverage: "--enable-code-coverage"
- boost: 1_60
skip_gerberimporter_tests: "SKIP_GERBERIMPORTER_TESTS=1"
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down Expand Up @@ -240,13 +236,13 @@ jobs:
env:
VERBOSE: 1
SKIP_GERBERIMPORTER_TESTS_PNG: 1
run: ${{ matrix.skip_gerberimporter_tests }} make -j ${NUM_CPUS} check
run: make -j ${NUM_CPUS} check
- name: Run unit tests with valgrind
if: matrix.os == 'ubuntu'
env:
VERBOSE: 1
SKIP_GERBERIMPORTER_TESTS_PNG: 1
run: ${{ matrix.skip_gerberimporter_tests }} make -j ${NUM_CPUS} check-valgrind
run: make -j ${NUM_CPUS} check-valgrind
- name: Run integration tests
if: matrix.boost == '1_66' && matrix.geos == '3.8.1'
run: |
Expand Down

0 comments on commit 68d748f

Please sign in to comment.