Skip to content

Add ubuntu22 to CI and up action versions #44

Add ubuntu22 to CI and up action versions

Add ubuntu22 to CI and up action versions #44

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
ci:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
include:
- distro: noetic
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.distro }}
- run: sudo apt remove python3-openssl -y
- uses: ros-tooling/[email protected]
with:
target-ros1-distro: ${{ matrix.distro }}