1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

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.11"
- "3.12" - "3.12"
- "3.13" - "3.13"
runs-on: macos-14 runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# Normally, we would use the superbly maintained... # Normally, we would use the superbly maintained...