💚 Force python 3.11 on macos

This commit is contained in:
trickypr 2024-01-10 12:31:54 +11:00 committed by GitHub
parent ed8d58273d
commit dda0e48114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,10 @@ jobs:
with:
node-version: 16
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/checkout@v3
with:
submodules: recursive