We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef56f2f commit bb6014fCopy full SHA for bb6014f
.github/workflows/test-and-publish.yaml
@@ -25,8 +25,9 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- # Use Ubuntu 20.04 / macOS 12 + Python 3.10 to build SpiderMonkey
29
- os: [ 'ubuntu-20.04', 'macos-12', 'm2ci' ]
+ # Use Ubuntu 20.04 / macOS 13 + Python 3.10 to build SpiderMonkey
+ # SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
30
+ os: [ 'ubuntu-20.04', 'macos-13', 'm2ci' ]
31
python_version: [ '3.10' ]
32
runs-on: ${{ matrix.os }}
33
steps:
0 commit comments