Skip to content

Commit

Permalink
✨ feat(CI.yml): Update Python version key to singular form
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Feb 3, 2025
1 parent 44fe68d commit 1a2486e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- os: macos-13
target: x86_64-apple-darwin
arch: x86_64
python-versions: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

- os: macos-latest
target: aarch64-apple-darwin
arch: arm64
python-versions: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1a2486e

Please sign in to comment.