Skip to content

Commit a9a00e5

Browse files
authored
Merge pull request #23 from shazamio/dev
✨ feat: logging, up versions, etc...
2 parents f4ecd8f + 1803d73 commit a9a00e5

File tree

9 files changed

+676
-665
lines changed

9 files changed

+676
-665
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
include:
47-
# macOS 13 (x86_64) со всеми версиями Python
47+
# macOS 13 (x86_64)
4848
- os: macos-13
4949
target: x86_64-apple-darwin
5050
python-version: "3.9"
@@ -58,7 +58,7 @@ jobs:
5858
target: x86_64-apple-darwin
5959
python-version: "3.12"
6060

61-
# macOS-latest (arm64) со всеми версиями Python
61+
# macOS-latest (arm64)
6262
- os: macos-latest
6363
target: aarch64-apple-darwin
6464
python-version: "3.9"

0 commit comments

Comments
 (0)