We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246e71f commit 4ececa6Copy full SHA for 4ececa6
.github/workflows/run-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
os: [ 'ubuntu-latest' ]
36
- target: [ 'jvmAll', 'jsAndWasm', 'native' ]
+ target: [ 'jvm', 'jvm11', 'jvm17', 'jvm21', 'jsAndWasm', 'native' ]
37
include:
38
- os: 'macos-latest'
39
target: 'macos'
0 commit comments