mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +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]
|
||||
jobs:
|
||||
no-deps:
|
||||
runs-on: macos-latest
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runNum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
|
|
|
|||
Loading…
Reference in a new issue