We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2809523 commit d64b6c6Copy full SHA for d64b6c6
1 file changed
.github/workflows/test.yml
@@ -12,11 +12,11 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ubuntu-latest, windows-latest, macos-13]
+ os: [ubuntu-latest, windows-latest, macos-latest]
16
17
steps:
18
- uses: actions/checkout@v4
19
-
+
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Check code (ruff check)
31
run: ruff check
32
33
- name: Check code style (ruff format)
34
run: ruff format --check
35
0 commit comments