From c1a9aab8663e7856dde1e484aabf3e20e4e0749e Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Fri, 27 Oct 2023 15:21:19 +0200 Subject: [PATCH] wip Signed-off-by: Roberto Scolaro --- .github/workflows/reusable_build_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_build_dev.yaml b/.github/workflows/reusable_build_dev.yaml index 1414c13eb3f..fbc4e75c889 100644 --- a/.github/workflows/reusable_build_dev.yaml +++ b/.github/workflows/reusable_build_dev.yaml @@ -14,7 +14,7 @@ on: description: "Optional input to set a list of operating systems which the workflow uses. Defaults to ['ubuntu-22.04', 'windows-latest', 'macos-latest'] if not set" required: false type: string - default: "['ubuntu-latest', 'windows-latest', 'macos-latest']" + default: "['ubuntu-22.04', 'windows-latest', 'macos-latest']" minimal: description: Minimal build required: true