Skip to content

Commit

Permalink
Update PIR test runner (#3570)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1199230911884351/1208793631611370/f
Tech Design URL:
CC:

Description:

This PR updates the runner image used by the PIR tests.

The PIR tests are currently using Xcode 14, which will no longer work due to GRDB being built with a newer SDK.
  • Loading branch information
samsymons authored Nov 19, 2024
1 parent 6520201 commit cd74c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pir_end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [macos-14-xlarge]
runner: [macos-15-xlarge]
include:
- xcode-version: "15.4"
runner: macos-14-xlarge
- xcode-version: "16.1"
runner: macos-15-xlarge

if: |
startsWith(github.event.pull_request.base.ref, 'release/') ||
Expand Down

0 comments on commit cd74c4a

Please sign in to comment.