Skip to content

Commit 719bd95

Browse files
authored
CI: Improve reliability of codecov workflow with larger runner (#18992)
Signed-off-by: Matt Lord <[email protected]>
1 parent d411dd0 commit 719bd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: read-all
1616
jobs:
1717
test:
1818
name: Code Coverage
19-
runs-on: ubuntu-24.04
19+
runs-on: oracle-vm-8cpu-32gb-x86-64
2020

2121
steps:
2222
- name: Check out code

0 commit comments

Comments
 (0)