From 859366478b73062e5ae161fc7d06fceb7d8da57a Mon Sep 17 00:00:00 2001 From: Edward Foyle Date: Mon, 8 Apr 2024 15:57:34 -0700 Subject: [PATCH] chore: fix string --- .github/workflows/smoke-tests-manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-tests-manual.yml b/.github/workflows/smoke-tests-manual.yml index 2a44015c93c..8b3f4c6f4f3 100644 --- a/.github/workflows/smoke-tests-manual.yml +++ b/.github/workflows/smoke-tests-manual.yml @@ -28,5 +28,5 @@ jobs: with: # os: ${{ github.event.inputs.os }} # versions: ${{ github.event.inputs.versions }} - os: macos-latest-xl - versions: 12.11.0-rc.88f6e23a20eaba9.0 + os: '["macos-latest-xl"]' + versions: '["12.11.0-rc.88f6e23a20eaba9.0"]'