We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a26094 commit 4382e04Copy full SHA for 4382e04
.github/workflows/test-java-bindings-new.yml
@@ -63,10 +63,10 @@ jobs:
63
target: x86_64-unknown-linux-gnu
64
- os: linux-arm64
65
target: aarch64-unknown-linux-gnu
66
- # - os: macos-latest
67
- # target: x86_64-apple-darwin
68
69
- # target: aarch64-apple-darwin
+ - os: macos-latest
+ target: x86_64-apple-darwin
+ target: aarch64-apple-darwin
70
- os: windows-latest
71
target: x86_64-pc-windows-gnu
72
runs-on: ${{ matrix.os }}
0 commit comments