diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7c3d4e3..e294534b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: fetch-tags: true - name: Setup Xcode + if: ${{ startsWith(matrix.os, 'macos-') }} run: | # workaround for failure to find iOS 26 simulator # https://github.com/actions/runner-images/issues/12862#issuecomment-3239326872