Skip to content

Commit d64b6c6

Browse files
committed
fix(test.yml): use macos-latest (13 deprecated)
1 parent 2809523 commit d64b6c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-13]
15+
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
19+
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Check code (ruff check)
3131
run: ruff check
32-
32+
3333
- name: Check code style (ruff format)
3434
run: ruff format --check
3535

0 commit comments

Comments
 (0)