CI: change macos_build to -latest

This commit is contained in:
Ivan Pozdeev 2025-08-03 09:29:21 +03:00
parent df84c42653
commit 05cc41d273

View File

@ -15,7 +15,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
# Normally, we would use the superbly maintained...