Skip to content

Commit 66cf7bc

Browse files
authored
fix(ci): mac os runner name typo
1 parent c2b9e24 commit 66cf7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
max-parallel: 3
2525
matrix:
26-
os: [ubuntu-lasest, macos-latest, windows-latest]
26+
os: [ubuntu-latest, macos-latest, windows-latest]
2727
pyv: ["3.9", "3.10", "3.11", "3.12"]
2828

2929
steps:

0 commit comments

Comments
 (0)