Skip to content

Commit

Permalink
ci.yaml: Remove ubuntu-22.04 for ROS
Browse files Browse the repository at this point in the history
The Ubuntu 22.04 is not supported for ROS.  Temporarily remove it from the matrix until ROS 2 support is added to the workflow.
  • Loading branch information
robwoolley authored Mar 29, 2024
1 parent 6cd327e commit e1f252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: ["ubuntu-18.04", "ubuntu-20.04", "ubuntu-22.04"]
os: ["ubuntu-18.04", "ubuntu-20.04"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
name: superflore tests
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit e1f252a

Please sign in to comment.