Skip to content

Commit

Permalink
TST: ubuntu-16.04 about to reach EOL; upgrade to ubuntu-latest (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Apr 28, 2021
1 parent 92b49dd commit 9a959d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on: [push, pull_request]
jobs:
TestLinux:
name: Python ${{ matrix.python }} (GEOS ${{ matrix.geos }}, numpy ${{ matrix.numpy || 'latest' }})
# runs-on: ubuntu-latest
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9a959d1

Please sign in to comment.