Skip to content

Commit

Permalink
Fix MacOS 13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 24, 2024
1 parent fee467a commit ee04102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# New CXX20 binary requires at least MacOS 13
if [ "${OSTYPE:6:2}0" -lt "230" ]; then
if [ "${OSTYPE:6:2}0" -lt "220" ]; then
bottle="https://github.com/autobrew/bundler/releases/download/v8-11.7.439.14/v8-11.7.439.14-universal.tar.xz"
CXXSTD=CXX17
else
Expand Down

0 comments on commit ee04102

Please sign in to comment.