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

Replace macos-13 with macos-15-intel (#3356)

> The macOS 13 Ventura based runner images will begin deprecation on September 22nd and will be fully unsupported by December 4th for GitHub and ADO.

https://github.com/actions/runner-images/issues/13046

Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
This commit is contained in:
Edgar Ramírez Mondragón
2025-11-05 13:10:29 -06:00
committed by GitHub
parent c6ea700cdf
commit 032022dace
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-15-intel
- macos-14
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5