mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 15:07:25 +00:00
fix: use windows
This commit is contained in:
parent
e2482d9a21
commit
c5627fcd77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Workflow for Codecov Action
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
no-deps:
|
no-deps:
|
||||||
runs-on: macos-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runNum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
runNum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue