From a102243c9921c3a4ba62079577f451add3265c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:48:14 +0000 Subject: [PATCH] chore(deps): bump maxim-lobanov/setup-xcode from 1.2.1 to 1.7.0 Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.2.1 to 1.7.0. - [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases) - [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/v1.2.1...v1.7.0) --- updated-dependencies: - dependency-name: maxim-lobanov/setup-xcode dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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