Skip to content

Commit

Permalink
Merge pull request #76 from Engenere/remove-macos
Browse files Browse the repository at this point in the history
Desativação do MacOS no CI
  • Loading branch information
antoniospneto authored May 9, 2024
2 parents ea5c705 + fec03d2 commit 5e01ece
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py37'
os: 'windows-latest'
- name: 'py37 (macos)'
python: '3.7'
toxpython: 'python3.7'
python_arch: 'x64'
tox_env: 'py37'
os: 'macos-latest'
- name: 'py38 (ubuntu)'
python: '3.8'
toxpython: 'python3.8'
Expand All @@ -49,12 +43,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py38'
os: 'windows-latest'
- name: 'py38 (macos)'
python: '3.8'
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
os: 'macos-latest'
- name: 'py39 (ubuntu)'
python: '3.9'
toxpython: 'python3.9'
Expand All @@ -67,12 +55,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py39'
os: 'windows-latest'
- name: 'py39 (macos)'
python: '3.9'
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
os: 'macos-latest'
- name: 'py310 (ubuntu)'
python: '3.10'
toxpython: 'python3.10'
Expand All @@ -85,12 +67,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py310'
os: 'windows-latest'
- name: 'py310 (macos)'
python: '3.10'
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
os: 'macos-latest'
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
{% for os, python_arch in [
['ubuntu', 'x64'],
['windows', 'x64'],
['macos', 'x64'],
] %}
- name: '{{ env }} ({{ os }})'
python: '{{ python }}'
Expand Down

0 comments on commit 5e01ece

Please sign in to comment.