diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/requirements.txt | 2 | ||||
| -rw-r--r-- | ci/templates/.github/workflows/github-actions.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index 8130f03..99dbcff 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=21.3.0 -pip>=26.0.1 +pip>=25.0 setuptools>=82.0.1 six>=1.17.0 tox diff --git a/ci/templates/.github/workflows/github-actions.yml b/ci/templates/.github/workflows/github-actions.yml index 33869cd..0a1f70e 100644 --- a/ci/templates/.github/workflows/github-actions.yml +++ b/ci/templates/.github/workflows/github-actions.yml @@ -41,7 +41,7 @@ jobs: toxpython: '{{ toxpython }}' python_arch: '{{ python_arch }}' tox_env: '{{ env }}{% if 'cover' in env %},codecov{% endif %}' - os: '{{ os }}-latest' + os: '{% if os == "macos" and prefix in ["py38", "py39", "py310"] %}macos-13{% else %}{{ os }}-latest{% endif %}' {% endfor %} {% endif %} {% endfor %} |
