ci: mac-os python version fixed.

This commit is contained in:
Fabian Joswig 2023-06-02 16:17:28 +01:00
parent cdadbd0fad
commit 1b45e71e79
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: 3.10
python-version: "3.10"
steps:
- name: Checkout source