Skip to content

Commit

Permalink
downgrade javapackager to try to fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed Sep 4, 2023
1 parent 986ac2c commit 827342e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
name: Build macOS Release
runs-on: macos-11
runs-on: macos-12
needs:
- prepareRelease
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("io.github.fvarrui:javapackager:1.7.3")
classpath("io.github.fvarrui:javapackager:1.7.2")
}
}

Expand Down

0 comments on commit 827342e

Please sign in to comment.