Skip to content

Commit bb6014f

Browse files
committed
ci: use macOS 13 to build SpiderMonkey
SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
1 parent ef56f2f commit bb6014f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
# Use Ubuntu 20.04 / macOS 12 + Python 3.10 to build SpiderMonkey
29-
os: [ 'ubuntu-20.04', 'macos-12', 'm2ci' ]
28+
# Use Ubuntu 20.04 / macOS 13 + Python 3.10 to build SpiderMonkey
29+
# SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
30+
os: [ 'ubuntu-20.04', 'macos-13', 'm2ci' ]
3031
python_version: [ '3.10' ]
3132
runs-on: ${{ matrix.os }}
3233
steps:

0 commit comments

Comments
 (0)