Skip to content

Commit

Permalink
Merge pull request #1699 from larrybradley/test-m1
Browse files Browse the repository at this point in the history
Test with M1 macOS runner
  • Loading branch information
larrybradley committed Feb 1, 2024
2 parents b545c04 + f0c2d22 commit 0016ec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: tox -e ${{ matrix.tox_env }} -- ${{ matrix.toxposargs }}
- name: Upload coverage to codecov
if: ${{ contains(matrix.tox_env, '-cov') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
verbose: true
8 changes: 7 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
allow_failure: false
prefix: ''

- os: macos-14
python: '3.11'
tox_env: 'py311-test-alldeps'
allow_failure: false
prefix: 'M1'

- os: windows-latest
python: '3.11'
tox_env: 'py311-test-alldeps'
Expand Down Expand Up @@ -119,7 +125,7 @@ jobs:
run: tox -e ${{ matrix.tox_env }} -- ${{ matrix.toxposargs }}
- name: Upload coverage to codecov
if: ${{ contains(matrix.tox_env, '-cov') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
verbose: true

0 comments on commit 0016ec2

Please sign in to comment.