mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
CI: revert macos-14 for Github runners
This commit is contained in:
parent
5b68c17b17
commit
3d00696397
11
.github/workflows/tox.yml
vendored
11
.github/workflows/tox.yml
vendored
@ -14,7 +14,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
# not defaulting to macos-latest: Python <= 3.9 was missing from macos-14 @ arm64
|
||||||
|
- macos-13
|
||||||
|
# Not testing Windows, because tests need Unix-only fcntl, grp, pwd, etc.
|
||||||
python-version:
|
python-version:
|
||||||
# CPython <= 3.7 is EoL since 2023-06-27
|
# CPython <= 3.7 is EoL since 2023-06-27
|
||||||
- "3.7"
|
- "3.7"
|
||||||
@ -26,6 +30,11 @@ jobs:
|
|||||||
# PyPy <= 3.8 is EoL since 2023-06-16
|
# PyPy <= 3.8 is EoL since 2023-06-16
|
||||||
- "pypy-3.9"
|
- "pypy-3.9"
|
||||||
- "pypy-3.10"
|
- "pypy-3.10"
|
||||||
|
include:
|
||||||
|
# Note: potentially "universal2" release
|
||||||
|
# https://github.com/actions/runner-images/issues/9741
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.12"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Using Python ${{ matrix.python-version }}
|
- name: Using Python ${{ matrix.python-version }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user