We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dbd10 commit 866445aCopy full SHA for 866445a
1 file changed
.github/workflows/maven-publish.yml
@@ -41,9 +41,9 @@ jobs:
41
artifact_name: ConvertWithMoss*.msi
42
build_name: win-x64
43
# JDK25 not yet included (which can be fixed) but also JavaFX is not available for Windows on ARM
44
- - os: windows-11-arm
45
- artifact_name: ConvertWithMoss*.msi
46
- build_name: win-arm
+ #- os: windows-11-arm
+ # artifact_name: ConvertWithMoss*.msi
+ # build_name: win-arm
47
- os: macos-15
48
artifact_name: ConvertWithMoss*.dmg
49
build_name: mac-arm
0 commit comments