Skip to content

Commit 813cad5

Browse files
authored
unittests.yaml: Upgrade GitHub Actions (#161)
1 parent 7961443 commit 813cad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unittests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
strategy:
1919
matrix:
2020
# BEHOLD, our test grid!
21-
os: [ubuntu-24.04, windows-2022, macos-14]
21+
os: [ubuntu-24.04, windows-2025, macos-15]
2222
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
25-
- uses: actions/checkout@v2
26-
- name: Setup Python
27-
uses: actions/setup-python@v2
25+
- uses: actions/checkout@v4
26+
- name: Setup Python ${{ matrix.python }}
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python }}
3030
- name: Install PIP Packages

0 commit comments

Comments
 (0)