Skip to content

Commit

Permalink
dev(hansbug): try use macos-12+codecov-action@v4 as unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Oct 16, 2024
1 parent 147d555 commit 4ed3e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os:
- 'ubuntu-20.04'
- 'windows-2019' # need to be fixed, see: https://github.com/opendilab/treevalue/issues/41
- 'macos-13'
- 'macos-12'
python-version:
- '3.8'
- '3.9'
Expand All @@ -47,7 +47,7 @@ jobs:
- python-version: '3.12'
torch-version: '2.0.1'
- torch-version: '2.4.0'
os: 'macos-13'
os: 'macos-12'

steps:
- name: Get system version for Linux
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
make clean build unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 4ed3e04

Please sign in to comment.