diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 128e9390d..632c3022d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,10 +44,6 @@ jobs: os_name: windows steps: - - name: Select Xcode version - if: ${{ runner.os == 'macOS' }} - run: sudo xcode-select -s "/Applications/Xcode_15.4.app" - - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7