Update mozjs and setuptools (#30685)

This should fix issues with Python 3.12 on Mac builders.

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Martin Robinson 2023-11-02 17:55:12 +01:00 committed by GitHub
parent f8ec3df495
commit 8fd370784e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -70,10 +70,6 @@ jobs:
fetch-depth: 2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Select Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install taplo
uses: baptiste0928/cargo-install@v2
with: