File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ jobs:
385385 contents : write # for release creation (svenstaro/upload-release-action)
386386
387387 name : mingw64 ${{ matrix.build_type }}
388- runs-on : ubuntu-latest
388+ runs-on : ubuntu-22.04
389389 strategy :
390390 matrix :
391391 build_type :
@@ -535,7 +535,7 @@ jobs:
535535 contents : read # to fetch code (actions/checkout)
536536
537537 name : Catch2 (GCC/Linux) + Codecov
538- runs-on : ubuntu-latest
538+ runs-on : ubuntu-22.04
539539 steps :
540540 - uses : actions/checkout@v3
541541 with :
@@ -572,7 +572,7 @@ jobs:
572572 --directory .
573573 --output-file ../../coverage.info
574574 --ignore-errors source
575- --rc lcov_branch_coverage =1
575+ --rc branch_coverage =1
576576 - name : Send coverage data to Codecov
577577 uses : codecov/codecov-action@v3
578578 with :
@@ -665,7 +665,7 @@ jobs:
665665
666666 build_android :
667667 name : Android
668- runs-on : ubuntu-latest
668+ runs-on : ubuntu-22.04
669669 strategy :
670670 matrix :
671671 build_opts :
You can’t perform that action at this time.
0 commit comments