Skip to content

Commit

Permalink
Fix ci: ubuntu 18 and python 2.7 are deprecated (#931)
Browse files Browse the repository at this point in the history
- Change ubuntu 18 -> 20
- Remove python 2.7
Python 3.6 is kept for compatibility with RH8 and derivatives.
  • Loading branch information
SubaruArai authored Feb 16, 2024
1 parent 05b49e4 commit 3509f3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10']
include:
- os: ubuntu-18.04
python: '2.7'
- os: ubuntu-18.04
- os: ubuntu-20.04
python: '3.6'
name: rosdep tests
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 3509f3f

Please sign in to comment.