aboutsummaryrefslogtreecommitdiff
path: root/ci/templates/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to 'ci/templates/.github/workflows')
-rw-r--r--ci/templates/.github/workflows/github-actions.yml2
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 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 %}