Skip to content

Commit 2c7681a

Browse files
committed
Replace deprecated macos-13 by macos-14
1 parent c061ebf commit 2c7681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-13, windows-2022, ubuntu-24.04]
15+
os: [macos-14, windows-2022, ubuntu-24.04]
1616
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:

0 commit comments

Comments
 (0)