From 481e98b05e349857a5659388f434a6bcfe97584b 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..040ba34799 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: |