Skip to content

Commit

Permalink
probando
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Aug 15, 2024
1 parent 7f2a06e commit 4829f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
tox_env: [py]
include:
- python: '3.12'
Expand All @@ -33,11 +33,11 @@ jobs:
- python: '3.12'
os: ubuntu-latest
tox_env: 'build'
exclude:
# macos-14 AKA macos-latest has switched to being an ARM runner, only supporting newer versions of Python
# https://github.com/actions/setup-python/issues/825#issuecomment-2096792396
- python: '3.12'
- python: '3.8'
os: macos-latest
tox_env: 'py'

steps:
- name: Set git to not change EoL
Expand Down

0 comments on commit 4829f70

Please sign in to comment.