Skip to content

Commit 2ed2bd9

Browse files
committed
Replace deprecated macos-13 by macos-14
1 parent dbac219 commit 2ed2bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 2 deletions
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:
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python }}
25-
architecture: x64
2625

2726

2827
- name: Install dependencies (and project)

0 commit comments

Comments
 (0)