Skip to content

Commit

Permalink
CI uses node.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Aug 3, 2024
1 parent a94c550 commit 6309660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- { cxx: g++-7, std: 17, container: "gcc:7" }
name: "Linux ${{matrix.config.cxx}} C++${{matrix.config.std}} ${{matrix.config.stdlib}}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "setup"
shell: bash
run: |
Expand All @@ -58,10 +58,11 @@ jobs:
find . -name "self_test.dir" -exec ${COV} -abcfu -o {} self_test.cpp.gcno \;
- name: "upload coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: "dry-comparisons.hpp.gcov"
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

build_windows:
Expand All @@ -73,7 +74,7 @@ jobs:
- { std: 20 }
name: "Windows C++${{matrix.config.std}}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "setup"
shell: bash
run: |
Expand Down

0 comments on commit 6309660

Please sign in to comment.