Skip to content

Commit

Permalink
Bump workflows to Xcode 16.2 (#3681)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1201037661562251/1209021750286613/f

**Description**: We have bumped CI to Xcode 16.2 as per
[here](#3677). This PR
bumps workflows to address failing PIR and UI tests.
  • Loading branch information
aataraxiaa authored Dec 20, 2024
1 parent f23b4de commit deb2f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pir_end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
runner: [macos-15-xlarge]
include:
- xcode-version: "16.1"
- xcode-version: "16.2"
runner: macos-15-xlarge

if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit deb2f72

Please sign in to comment.