This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new d917ec8a chore: Fixed the github action not building on macos
d917ec8a is described below
commit d917ec8aaf8b04562f0f1374b95df5c5d4de4014
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jan 5 11:56:22 2024 +0100
chore: Fixed the github action not building on macos
---
.github/workflows/unit-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 45289dc1..ffe44da3 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -30,7 +30,7 @@ jobs:
max-parallel: 20
matrix:
java: [ 8, 11, 17, 21 ]
- os: [ ubuntu-latest, windows-latest, windows-latest ]
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps: