diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 188da84ca..71cbec906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: node-version: 22.x - name: Set Xcode version - uses: maxim-lobanov/setup-xcode@v1.2.1 + uses: maxim-lobanov/setup-xcode@v1.7.0 with: # 16.2 caps out at the iOS 18.2 SDK, but the macos-15 image only ships # iOS 18.5+ simulator runtimes, so no simulator is eligible for it. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 354f85165..8e81ffe0c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: node-version: 22.x - name: Set Xcode version if: matrix.language == 'swift' - uses: maxim-lobanov/setup-xcode@v1.2.1 + uses: maxim-lobanov/setup-xcode@v1.7.0 with: # Keep in step with the iOS job in ci.yml: 16.2 caps out at the iOS 18.2 SDK, but the # macos-15 image only ships iOS 18.5+ simulator runtimes, so ibtool fails to compile