Skip to content

Commit

Permalink
chore(ci): update for latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottAntonacAP committed Apr 23, 2024
1 parent 8c84b04 commit b0a138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

env:
afterpay-scheme: Afterpay
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: macos-latest

env:
destination: platform=iOS Simulator,name=iPhone 13,OS=16.2
destination: platform=iOS Simulator,name=iPhone 15,OS=17.0
example-scheme: Example
example-ui-test-scheme: ExampleUITests
workspace: Afterpay.xcworkspace
Expand Down

0 comments on commit b0a138a

Please sign in to comment.