Skip to content

Commit

Permalink
test updating macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaykh90 committed Sep 29, 2023
1 parent 790e4bf commit 03c7551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
os:
- name: darwin
architecture: x86-64
host: macos-10.15
host: macos-12

- name: linux
architecture: x86-64
Expand Down
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
],
'GCC_ENABLE_CPP_RTTI': 'YES',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'MACOSX_DEPLOYMENT_TARGET':'10.8',
'MACOSX_DEPLOYMENT_TARGET':'12',
'CLANG_CXX_LIBRARY': 'libc++',
'CLANG_CXX_LANGUAGE_STANDARD':'c++14',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0'
Expand Down

0 comments on commit 03c7551

Please sign in to comment.