diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 436da59..3fd68dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Switch Xcode - run: sudo xcode-select -s /Applications/Xcode_16.app + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode + run: sudo xcode-select -s /Applications/Xcode_16.2.app - name: Install SwiftLint env: SWIFTLINT_VERSION: 0.57.0