From 18db6ffefe34cb52db5c680e112c40c4adfe0f17 Mon Sep 17 00:00:00 2001 From: mhubii Date: Sun, 2 Jun 2024 13:26:04 +0100 Subject: [PATCH] fixed os, added dispatch --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a60a22f1..f7ee2171 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - humble + workflow_dispatch: schedule: - cron: "0 0 * * 0" @@ -14,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-22.04] fri_version: [1.11, 1.14, 1.15, 1.16, 2.5, 2.7] steps: - uses: ros-tooling/setup-ros@v0.7