Skip to content

Commit

Permalink
chore: fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 8, 2024
1 parent d6c21cb commit 8593664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'

0 comments on commit 8593664

Please sign in to comment.