Skip to content

Commit

Permalink
feat: update breakpad to build on macOS 13+ (#69)
Browse files Browse the repository at this point in the history
* fix: update breakpad to build on macOS 13+

* ci: bump Xcode version

* ci: bump Xcode version

* ci: bump Xcode version

* ci: bump Xcode version
  • Loading branch information
dsanders11 committed Oct 9, 2023
1 parent 7456d63 commit ad18a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: npx yarn test
test-mac:
macos:
xcode: 13.4.1
xcode: 14.3.1
resource_class: macos.x86.medium.gen2
parameters:
node-version:
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "deps/breakpad"]
path = deps/breakpad
url = https://chromium.googlesource.com/breakpad/breakpad
ignore = untracked
2 changes: 1 addition & 1 deletion deps/breakpad
Submodule breakpad updated from c85eb4 to 898836

0 comments on commit ad18a53

Please sign in to comment.