Skip to content

Commit c8d9358

Browse files
committed
Update github actions to include macos
1 parent 6e86159 commit c8d9358

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master, experimental]
66

77
jobs:
8-
test:
8+
test-linux:
99
runs-on: ubuntu-latest
1010
name: Build and Test Engine package on linux
1111
steps:
@@ -15,7 +15,7 @@ jobs:
1515
version: 0.15.2
1616
- run: sudo apt install -y ffmpeg
1717
- run: zig build test
18-
test:
18+
test-macos:
1919
runs-on: macos-latest
2020
name: Build and Test Engine package on MacOS
2121
steps:

0 commit comments

Comments
 (0)