Skip to content

Commit a009840

Browse files
committed
Test macos
1 parent 1bc8b78 commit a009840

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,22 @@ on:
66
- master
77

88
jobs:
9-
test-ubuntu-disk:
10-
runs-on: ubuntu-latest
9+
test-macos-disk:
10+
runs-on: macos-13
1111
steps:
1212
- run: ps -ef
13-
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.out
14-
- run: chmod +x ./a.out
15-
- run: ./a.out
13+
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.bin
14+
- run: chmod +x ./a.bin
15+
- run: ./a.bin
16+
17+
# jobs:
18+
# test-ubuntu-disk:
19+
# runs-on: ubuntu-latest
20+
# steps:
21+
# - run: ps -ef
22+
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.out
23+
# - run: chmod +x ./a.out
24+
# - run: ./a.out
1625

1726
# jobs:
1827
# test-windows-disk:

0 commit comments

Comments
 (0)