Skip to content

Commit 2e268fa

Browse files
Update ci.yml
1 parent 784f3b8 commit 2e268fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test_powershell:
1010
name: WindowsPowerShell
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Bucket
1414
uses: actions/checkout@main
@@ -28,7 +28,7 @@ jobs:
2828
.\my_bucket\bin\test.ps1
2929
test_pwsh:
3030
name: PowerShell
31-
runs-on: windows-latest
31+
runs-on: ubuntu-20.04
3232
steps:
3333
- name: Checkout Bucket
3434
uses: actions/checkout@main

0 commit comments

Comments
 (0)