Skip to content

Commit

Permalink
GH actions no longer supports Ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreiss committed Jun 6, 2024
1 parent f7f169a commit 7d45dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
fail-fast: false
matrix:
include:

- os: ubuntu-18.04
ros: melodic
pyVer: python

- os: ubuntu-20.04
ros: noetic
pyVer: python3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-simonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
os: [ubuntu-20.04, macos-latest]
python:
- python-version: "3.7"
pyVer: python3
Expand Down

0 comments on commit 7d45dde

Please sign in to comment.