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