Skip to content

Commit 95f942e

Browse files
committed
fix macos CI
1 parent a330f4b commit 95f942e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
environment: [ci-py310, ci-py313]
27-
runs-on: [ubuntu-latest, osx-latest, windows-latest]
27+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)