From 70e2be3c764147111920b1dd090d7d75e7c0fc2f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:51:12 +0000 Subject: fix: lower setuptools in pyproject.toml and use macos-latest for all macOS CI jobs Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/8d8a009c-758c-4ab2-b58c-3fc7b67455a9 Co-authored-by: luciferreeves <30593201+luciferreeves@users.noreply.github.com> --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d36f91a..df099ea 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-13' + os: 'macos-latest' - 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-13' + os: 'macos-latest' - 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-13' + os: 'macos-latest' - name: 'py311 (ubuntu)' python: '3.11' toxpython: 'python3.11' -- cgit v1.2.3