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 /.github/workflows/github-actions.yml | |
| 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 '.github/workflows/github-actions.yml')
| -rw-r--r-- | .github/workflows/github-actions.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index df099ea..d36f91a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -36,7 +36,7 @@ jobs: toxpython: 'python3.8' python_arch: 'x64' tox_env: 'py38' - os: 'macos-latest' + os: 'macos-13' - name: 'py39 (ubuntu)' python: '3.9' toxpython: 'python3.9' @@ -54,7 +54,7 @@ jobs: toxpython: 'python3.9' python_arch: 'x64' tox_env: 'py39' - os: 'macos-latest' + os: 'macos-13' - name: 'py310 (ubuntu)' python: '3.10' toxpython: 'python3.10' @@ -72,7 +72,7 @@ jobs: toxpython: 'python3.10' python_arch: 'x64' tox_env: 'py310' - os: 'macos-latest' + os: 'macos-13' - name: 'py311 (ubuntu)' python: '3.11' toxpython: 'python3.11' |
