Skip to content

Commit 76b0acd

Browse files
committed
[Github Actions] Switch to macos-14 image
1 parent 1fed059 commit 76b0acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
13-
os: [macos-13]
13+
os: [macos-14]
1414

1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)