diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/templates/.github/workflows/github-actions.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/templates/.github/workflows/github-actions.yml b/ci/templates/.github/workflows/github-actions.yml index 0a1f70e..33869cd 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: '{% if os == "macos" and prefix in ["py38", "py39", "py310"] %}macos-13{% else %}{{ os }}-latest{% endif %}' + os: '{{ os }}-latest' {% endfor %} {% endif %} {% endfor %} |
