Skip to content

Commit ad18a53

Browse files
authored
feat: update breakpad to build on macOS 13+ (#69)
* fix: update breakpad to build on macOS 13+ * ci: bump Xcode version * ci: bump Xcode version * ci: bump Xcode version * ci: bump Xcode version
1 parent 7456d63 commit ad18a53

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: npx yarn test
4848
test-mac:
4949
macos:
50-
xcode: 13.4.1
50+
xcode: 14.3.1
5151
resource_class: macos.x86.medium.gen2
5252
parameters:
5353
node-version:

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "deps/breakpad"]
22
path = deps/breakpad
33
url = https://chromium.googlesource.com/breakpad/breakpad
4+
ignore = untracked

deps/breakpad

Submodule breakpad updated from c85eb4a to 8988364

0 commit comments

Comments
 (0)