Skip to content

Commit

Permalink
Merge pull request #75 from cloudflare/branch-11.5
Browse files Browse the repository at this point in the history
Google V8 - Branch 11.5
  • Loading branch information
buffer authored Jul 18, 2023
2 parents 5632cfb + 29dd357 commit 410b31a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-osx-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-13]
python-version: ['3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-13]
python-version: ['3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-osx-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-13]
python-version: ['3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-13]
python-version: ['3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
V8_HOME = os.environ.get('V8_HOME', os.path.join(STPYV8_HOME, 'v8'))

V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
V8_GIT_TAG_STABLE = "11.4.183.27"
V8_GIT_TAG_STABLE = "11.5.150.16"
V8_GIT_TAG_MASTER = "master"
V8_GIT_TAG = V8_GIT_TAG_STABLE
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
Expand Down

0 comments on commit 410b31a

Please sign in to comment.