Skip to content

Commit

Permalink
Merge branch 'master' into kgibson/mac-os-sonoma-os-detect
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 12, 2024
2 parents 9b2b392 + 7cbd39e commit 388aa4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: ubuntu-18.04
python: '2.7'
- os: ubuntu-18.04
- os: ubuntu-20.04
python: '3.6'
name: rospkg tests
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 388aa4d

Please sign in to comment.