We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784f3b8 commit 2e268faCopy full SHA for 2e268fa
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
test_powershell:
10
name: WindowsPowerShell
11
- runs-on: windows-latest
+ runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Bucket
14
uses: actions/checkout@main
@@ -28,7 +28,7 @@ jobs:
28
.\my_bucket\bin\test.ps1
29
test_pwsh:
30
name: PowerShell
31
+ runs-on: ubuntu-20.04
32
33
34
0 commit comments