Skip to content

Commit

Permalink
upgrade macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaykh90 committed May 7, 2024
1 parent 5f29974 commit d065cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- name: darwin
architecture: x86-64
host: macos-10.15
host: macos-11

- name: linux
architecture: x86-64
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
os:
- name: darwin
architecture: x86-64
host: macos-10.15
host: macos-11

- 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':'11',
'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 d065cbb

Please sign in to comment.