Skip to content

Commit 4382e04

Browse files
committed
add macos platforms
1 parent 0a26094 commit 4382e04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-java-bindings-new.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
target: x86_64-unknown-linux-gnu
6464
- os: linux-arm64
6565
target: aarch64-unknown-linux-gnu
66-
# - os: macos-latest
67-
# target: x86_64-apple-darwin
68-
# - os: macos-latest
69-
# target: aarch64-apple-darwin
66+
- os: macos-latest
67+
target: x86_64-apple-darwin
68+
- os: macos-latest
69+
target: aarch64-apple-darwin
7070
- os: windows-latest
7171
target: x86_64-pc-windows-gnu
7272
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)