Skip to content

Commit

Permalink
Update GitHub Actions workflow to XCode 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Sep 27, 2023
1 parent 22fd151 commit 1cb7fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Lint and test
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
run: npm test

- name: Upload test coverage artifact
Expand Down

0 comments on commit 1cb7fa6

Please sign in to comment.