Skip to content

Commit

Permalink
update ubuntu version for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Sep 19, 2024
1 parent 66b8b70 commit 736548e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
clang-format-lint:
name: ament_clang_format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
depthai_ros
linting:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -69,7 +69,7 @@ jobs:
docker-build:
name: Build and Upload to Docker Hub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
env:
Expand Down

0 comments on commit 736548e

Please sign in to comment.