1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 16:47:04 -05:00

CI: push MacOS jobs to MacOS 13 and 14 (#3002)

Github has finally released those as free and retired macos-11
This commit is contained in:
native-api
2024-07-01 22:38:06 +03:00
committed by GitHub
parent 2c2c7616e2
commit 1bcaab05b7
3 changed files with 4 additions and 4 deletions

View File

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