diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b852466..a8050f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,10 @@ jobs: include: - swift: "6.2" runner: "macos-26" - xcode: "26.4.1" + xcode: "26.5" - swift: "6.3" runner: "macos-26" - xcode: "26.4.1" + xcode: "26.5" runs-on: ${{ matrix.runner }} outputs: artifact-name: macos-build @@ -80,10 +80,10 @@ jobs: include: - swift: "6.2" runner: "macos-26" - xcode: "26.4.1" + xcode: "26.5" - swift: "6.3" runner: "macos-26" - xcode: "26.4.1" + xcode: "26.5" needs: build-macos-spm runs-on: ${{ matrix.runner }} steps: diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 663eab7..c4f919c 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Xcode Version - run: ./.scripts/xcode-select 26.4.1 + run: ./.scripts/xcode-select 26.5 - name: Build Documentation run: ./.scripts/build-static-docc - name: Compress Documentation diff --git a/.scripts/xcode-select b/.scripts/xcode-select index 9d63ec5..2d608a8 100755 --- a/.scripts/xcode-select +++ b/.scripts/xcode-select @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="${1:-26.4.1}" +VERSION="${1:-26.5}" sudo xcode-select --switch "/Applications/Xcode_${VERSION}.app" \ No newline at end of file