Skip to content

Commit

Permalink
#11664 Initial run on macOS on GHA. (#11665)
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 14, 2022
2 parents 398b603 + 45989d3 commit ca9f05e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 143 deletions.
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.

0 comments on commit ca9f05e

Please sign in to comment.