Skip to content

Commit f87c813

Browse files
committed
Typos
1 parent f867b50 commit f87c813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
fail-fast: false
14-
runs-on: windowws-latest
14+
runs-on: windows-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
fail-fast: false
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)