Skip to content

Commit

Permalink
Merge branch 'OCamlPro:gcos4gnucobol-3.x' into gcos4gnucobol-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
denishug authored Jan 26, 2025
2 parents ace2eba + 6698c4b commit d262205
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ jobs:
coverage:
name: Coverage and Warnings
needs: build
runs-on: ubuntu-latest
# Since the latest Ubuntu image, lcov fails complaining about negative branch counts,
# and using fprofile-update=atomic as suggested does not help, so use the previous image
# runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down

0 comments on commit d262205

Please sign in to comment.