Skip to content

Commit b56a34b

Browse files
committed
use ubuntu-24.04
1 parent ffc82eb commit b56a34b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/coverage-base-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
build-base-coverage:
1616
name: Build Base Coverage
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 60
1919

2020
steps:

.github/workflows/coverage-project-waiting.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
const checks = await github.rest.checks.listForRef({
7676
owner,
7777
repo,
78-
ref
78+
ref,
79+
per_page: 100
7980
});
8081
8182
const checkRuns = checks.data.check_runs || [];

0 commit comments

Comments
 (0)