Fix python version

This commit is contained in:
lazymio 2024-02-11 12:58:58 +08:00
parent 48287d0675
commit f1e913d229
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 2 additions and 3 deletions

View File

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