diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-28 07:38:39 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:38:39 +0000 |
| commit | 9b2723e05440f52546bb3c160cacbfd7f3cddb3c (patch) | |
| tree | 002177e12347c882e3cd0f91af65e30ee33466ac /ci/templates/.github/workflows | |
| parent | 54ad38da225aeb0563f060f879502b622f08e9f5 (diff) | |
| download | edify-9b2723e05440f52546bb3c160cacbfd7f3cddb3c.tar.xz edify-9b2723e05440f52546bb3c160cacbfd7f3cddb3c.zip | |
fix: resolve 18 failing CI checks (pip version, macOS ARM, flake8 E721)
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/e7f51b79-93cc-48ac-bcc0-db3ca7b27a85
Co-authored-by: luciferreeves <[email protected]>
Diffstat (limited to 'ci/templates/.github/workflows')
| -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 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 %} |
