Skip to content

Commit d8ce383

Browse files
committed
MAINT: Replace deprecated macos-12 with macos-latest
1 parent ee67adf commit d8ce383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
os_python:
4949
- [ubuntu-latest, '3.12']
5050
- [windows-2019, '3.11']
51-
- [macos-12, '3.10']
51+
- [macos-latest, '3.10']
5252
steps:
5353
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5454
with:

0 commit comments

Comments
 (0)