Skip to content

Commit b5a64ea

Browse files
committed
squash: Leave mingw, catch2, android at 22.04
1 parent c4e7a1f commit b5a64ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)