Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#11664 Initial run on macOS on GHA. #11665

Merged
merged 4 commits into from Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -122,6 +122,18 @@ jobs:
# Just Python 3.9 with default settings.
- python-version: '3.9'

# Oldest macOS and olders Python supported versions.
# We pin a specific Python micro release due to a TK library bug.
# https://github.com/actions/setup-python/issues/402#issuecomment-1156015780
- python-version: '3.7.12'
runs-on: 'macos-10.15'
job-name: 'macos-10-default-tests'

# Newest macOS and newest Python supported versions.
- python-version: '3.10'
runs-on: 'macos-12'
job-name: 'macos-12-default-tests'

# Windows, minimum Python version with select reactor.
- python-version: '3.7'
runs-on: 'windows-2022'
Expand Down Expand Up @@ -225,7 +237,7 @@ jobs:
# If one of the above steps fails, fire up tmate for remote debugging.
# This is fired for manual trigger or via the environment variable.
- name: Tmate debug session
if: ${{ !cancelled() && (env.TMATE_DEBUG == 'yes' || github.event_name == 'workflow_dispatch' && inputs.debug_enabled ) }}
if: ${{ failure() && (env.TMATE_DEBUG == 'yes' || github.event_name == 'workflow_dispatch' && inputs.debug_enabled ) }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
Expand Down
23 changes: 0 additions & 23 deletions azure-pipelines/macos_test_jobs.yml

This file was deleted.

86 changes: 0 additions & 86 deletions azure-pipelines/run_test_steps.yml

This file was deleted.

33 changes: 0 additions & 33 deletions azure-pipelines/tests_pipeline.yml

This file was deleted.

Empty file.