Skip to content

Commit 4276604

Browse files
committed
Tools - Workflow for extension run on windows
1 parent 5c215fa commit 4276604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414
steps:
1515
- name: Checkout the source code
1616
uses: actions/checkout@master
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo clippy --all -- -Dwarnings
2626

2727
test:
28-
runs-on: ubuntu-latest
28+
runs-on: windows-latest
2929
container:
3030
image: xd009642/tarpaulin
3131
options: --security-opt seccomp=unconfined

0 commit comments

Comments
 (0)