Skip to content

Commit 482d81f

Browse files
authored
Merge pull request numpy#27331 from hugovk/bump-deprecated-macos-12
MAINT: GitHub Actions: Replace deprecated macos-12 with macos-latest
2 parents 306f911 + 607ea3d commit 482d81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
matrix:
4848
os_python:
4949
- [ubuntu-latest, '3.12']
50-
- [windows-2019, '3.11']
51-
- [macos-12, '3.10']
50+
- [windows-latest, '3.11']
51+
- [macos-latest, '3.10']
5252
steps:
5353
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5454
with:

0 commit comments

Comments
 (0)