Skip to content

Commit e48510d

Browse files
authored
fix(ci): use ubuntu-latest in test coverage workflow (#4943)
1 parent 42a0310 commit e48510d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
test:
13-
runs-on: $ubuntu-latest
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)