Skip to content

Commit

Permalink
Add macos version to job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 14, 2022
1 parent 6091eac commit 67355c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ jobs:
# Oldest macOS and olders Python supported versions.
- python-version: '3.7'
runs-on: 'macos-10.15'
job-name: 'macos-default-tests'
job-name: 'macos-10-default-tests'

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

# Windows, minimum Python version with select reactor.
- python-version: '3.7'
Expand Down

0 comments on commit 67355c8

Please sign in to comment.