Skip to content

Commit

Permalink
Github Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jul 27, 2023
1 parent 75cf1d1 commit 2fdb037
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
build-test:
Expand Down Expand Up @@ -47,13 +47,14 @@ jobs:
build-platforms:
name: Build and Test (${{ matrix.name }})
runs-on: macos-13
continue-on-error: true
strategy:
matrix:
include:
- name: iPhone
destination: platform=iOS Simulator,name=iPhone 14
destination: platform=iOS Simulator,name=iPhone 14,os=16.4
- name: Apple Watch
destination: platform=watchOS Simulator,name=Apple Watch Ultra (49mm)
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),os=9.4
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
codeScan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: false

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
integration-test:
Expand Down

0 comments on commit 2fdb037

Please sign in to comment.