Skip to content

Commit

Permalink
Use macOS to run unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Aug 16, 2024
1 parent e6328bc commit 2b4c145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ concurrency:

jobs:
unit-test-with-cmake:
name: "Run on windows"
name: "Run on macOS"
if:
(! contains(github.event.pull_request.body, '[X] does not change any runtime related code or build configuration'))
runs-on: windows-latest
runs-on: macos-latest
defaults:
run:
working-directory: ${{github.workspace}}/native
Expand Down

0 comments on commit 2b4c145

Please sign in to comment.