Skip to content

Commit

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

Signed-off-by: suzhou <[email protected]>
(cherry picked from commit 147090b)

Co-authored-by: suzhou <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and SuZhou-Joe authored Jan 3, 2023
1 parent 423db21 commit 1a1fad5
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 1a1fad5

Please sign in to comment.