Skip to content

Commit

Permalink
feat: fix mac platform error (#518)
Browse files Browse the repository at this point in the history
Signed-off-by: suzhou <[email protected]>

Signed-off-by: suzhou <[email protected]>
  • Loading branch information
SuZhou-Joe authored Jan 3, 2023
1 parent f983e9d commit 147090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
os: [ubuntu-latest, mac-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Enable longer filenames for windows
Expand Down

0 comments on commit 147090b

Please sign in to comment.