Skip to content

Commit 999be36

Browse files
committed
GHA test-coverage runs on ubuntu-latest
1 parent e25d39a commit 999be36

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@ on:
22
push:
33
branches:
44
- main
5-
- master
65
- development
76
pull_request:
87
branches:
98
- main
10-
- master
119
- development
1210

1311
name: test-coverage
1412

1513
jobs:
1614
test-coverage:
1715
if: "github.ref == 'refs/heads/main' || !contains(github.event.commits[0].message, '[skip-ci]')"
18-
runs-on: macOS-latest
16+
runs-on: ubuntu-latest
1917
env:
2018
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2119

0 commit comments

Comments
 (0)