Skip to content

Commit

Permalink
Merge pull request #200 from eseiler/infra/ci
Browse files Browse the repository at this point in the history
[INFRA] Update CI
  • Loading branch information
eseiler authored Jun 3, 2024
2 parents bd4770e + ffd454a commit b94acd4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
--output ${{ github.workspace }}/build/coverage_report.xml
- name: Submit coverage build
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.5
with:
files: ${{ github.workspace }}/build/coverage_report.xml
fail_ci_if_error: false
5 changes: 0 additions & 5 deletions .github/workflows/ci_iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
compiler: clang-17
ccache_size: 75M

- name: Install CMake
uses: seqan/actions/setup-cmake@main
with:
cmake: 3.27.9

- name: Build IWYU
run: |
mkdir iwyu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install CMake
uses: seqan/actions/setup-cmake@main
with:
cmake: 3.18.6
cmake: 3.28.5

- name: Configure tests
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
sudo bash -c "echo 0 > /proc/sys/vm/overcommit_memory"
sudo bash -c "echo 2 >/proc/sys/kernel/randomize_va_space"
- name: Install CMake
uses: seqan/actions/setup-cmake@main
with:
cmake: 3.18.6

- name: Configure tests
run: |
mkdir build
Expand Down

0 comments on commit b94acd4

Please sign in to comment.