From ce3c724c1963bb4eca22686ad23a1f58017e2cd9 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 20 Jun 2024 18:37:26 -0700 Subject: [PATCH] wip --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: |