From 984d6fb3835de40d64b3f4090c7bcf963b9e8e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Neto?= Date: Wed, 8 May 2024 21:10:35 -0300 Subject: [PATCH] remove MacOS from test CI --- .github/workflows/github-actions.yml | 24 ------------------- .../.github/workflows/github-actions.yml | 1 - 2 files changed, 25 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index ef90110..5002af8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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' @@ -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' @@ -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' @@ -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: diff --git a/ci/templates/.github/workflows/github-actions.yml b/ci/templates/.github/workflows/github-actions.yml index e1be63e..bf106b0 100644 --- a/ci/templates/.github/workflows/github-actions.yml +++ b/ci/templates/.github/workflows/github-actions.yml @@ -33,7 +33,6 @@ jobs: {% for os, python_arch in [ ['ubuntu', 'x64'], ['windows', 'x64'], - ['macos', 'x64'], ] %} - name: '{{ env }} ({{ os }})' python: '{{ python }}'