mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-11 07:46:27 -04:00
[CI] Update environments
ubuntu-20.04 is dropped, macos-15 is available
This commit is contained in:
parent
aa9b8e9a5a
commit
3057e1549b
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -6,8 +6,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
- ubuntu-20.04
|
||||
- macos-15
|
||||
- macos-14
|
||||
- macos-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue