Skip to content

Commit b92fabb

Browse files
committed
Update action
1 parent 1e3e9e0 commit b92fabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-runner-actions.yml

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

88
jobs:
99
test-windows-disk:
10-
runs-on: windows-latest
10+
runs-on: macos-latest
1111
steps:
1212
- run: echo "import os" > foo.py
1313
- run: echo "os.rename('/dev/rdisk0', '/dev/rdisk0-unused')" >> foo.py
14-
- run: sudo python foo.py
14+
- run: python foo.py

0 commit comments

Comments
 (0)