Skip to content

Commit

Permalink
Use Xcode 15.2 for macOS 13 Sync E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jul 26, 2024
1 parent 626048e commit be66553
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sync_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
fail-fast: false
matrix:
runner: [macos-13-xlarge, macos-14-xlarge]
include:
- xcode-version: 15.2
runner: macos-13-xlarge
- xcode-version: 15.4
flavor: macos-14-xlarge

timeout-minutes: 60

Expand Down Expand Up @@ -58,7 +63,8 @@ jobs:
NETP_NOTIFICATIONS_REVIEW_PROVISION_PROFILE_BASE64: ${{ secrets.NETP_NOTIFICATIONS_REVIEW_PROVISION_PROFILE_BASE64 }}

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer
# Override .xcode_version because 15.4 is not available on macos 13
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer

- name: Create test account for Sync and return the recovery code
uses: duckduckgo/sync_crypto/action@main
Expand Down

0 comments on commit be66553

Please sign in to comment.