diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d0bff73d..684b17e2b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -343,8 +343,7 @@ jobs: shell: bash - if: ${{ matrix.xcode_version != '' }} - - run: sudo xcode-select -s /Applications/Xcode_$${ matrix.xcode_version }}.app/Contents/Developer - + run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer - if: ${{ !contains(matrix.host_os, 'windows') }} run: |