Skip to content

Commit 68b531f

Browse files
committed
update CI push
1 parent 5e875ef commit 68b531f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
- name: ruff
1717
run: |
1818
pip install ruff
19-
ruff .
19+
ruff check .
2020
2121
build_wheels:
2222
name: Build wheel on ${{matrix.platform}}
2323
runs-on: ${{matrix.platform}}
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
platform: [ubuntu-latest, macos-latest, windows-latest, macos-14]
27+
platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Build wheels

0 commit comments

Comments
 (0)