Skip to content

Commit

Permalink
Updates Build Example Project workflow (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Feb 17, 2024
1 parent ed728a3 commit bc42255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Build example project
runs-on: macos-13
runs-on: macos-14
continue-on-error: true
strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
destination: iPhone 14 Pro
xcode: 14.3.1
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bc42255

Please sign in to comment.