Fix python version

This commit is contained in:
2024-02-11 12:58:58 +08:00
parent 48287d0675
commit f1e913d229

View File

@@ -67,14 +67,13 @@ jobs:
- { - {
os: macos-14, os: macos-14,
arch: aarch64, arch: aarch64,
python-ver: '3.8' python-ver: '3.10'
} }
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: '🛠️ Set up Python' - name: '🛠️ Set up Python'
if: ${{ !contains(matrix.config.os, 'macos-14') }} uses: actions/setup-python@v5
uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.config.python-ver }} python-version: ${{ matrix.config.python-ver }}