From deb2f72c40c3aa8470c88327ca785c31074595db Mon Sep 17 00:00:00 2001 From: Pete Smith <5278441+aataraxiaa@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:14:14 +0000 Subject: [PATCH] Bump workflows to Xcode 16.2 (#3681) Task/Issue URL: https://app.asana.com/0/1201037661562251/1209021750286613/f **Description**: We have bumped CI to Xcode 16.2 as per [here](https://github.com/duckduckgo/macos-browser/pull/3677). This PR bumps workflows to address failing PIR and UI tests. --- .github/workflows/pir_end_to_end_tests.yml | 2 +- .github/workflows/sync_end_to_end.yml | 2 +- .github/workflows/ui_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 19b8b07878..55afc4e252 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -15,7 +15,7 @@ jobs: matrix: runner: [macos-15-xlarge] include: - - xcode-version: "16.1" + - xcode-version: "16.2" runner: macos-15-xlarge if: | diff --git a/.github/workflows/sync_end_to_end.yml b/.github/workflows/sync_end_to_end.yml index cdcb464ca4..193310e200 100644 --- a/.github/workflows/sync_end_to_end.yml +++ b/.github/workflows/sync_end_to_end.yml @@ -41,7 +41,7 @@ jobs: runner: macos-13-xlarge - xcode-version: "15.4" runner: macos-14-xlarge - - xcode-version: "16.1" + - xcode-version: "16.2" runner: macos-15-xlarge timeout-minutes: 60 diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 93fd190be8..c624ae2f37 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -45,7 +45,7 @@ jobs: runner: macos-13-xlarge - xcode-version: "15.4" runner: macos-14-xlarge - - xcode-version: "16.1" + - xcode-version: "16.2" runner: macos-15-xlarge concurrency: