Skip to content

Commit 72dbe20

Browse files
authored
Use macos-latest runner (#85)
Reference: https://github.com/actions/runner-images
1 parent 5dead3e commit 72dbe20

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
@@ -46,7 +46,7 @@ jobs:
4646
runs-on:
4747
- { short: linux, name: ubuntu-latest }
4848
- { short: win, name: windows-latest }
49-
- { short: macos, name: macos-14 }
49+
- { short: macos, name: macos-latest }
5050
python-version: ["3.12", "3.13"]
5151

5252
steps:

0 commit comments

Comments
 (0)