Skip to content

Commit

Permalink
build: use JavaFX 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Oct 26, 2023
1 parent a97b6f3 commit 114084f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundles-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
type: string
javafx-version:
default: '21'
default: '21.0.1'
required: false
type: string
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundles-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
type: string
javafx-version:
default: '21'
default: '21.0.1'
required: false
type: string
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundles-mac_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
type: string
javafx-version:
default: '21'
default: '21.0.1'
required: false
type: string
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundles-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
type: string
javafx-version:
default: '21'
default: '21.0.1'
required: false
type: string
test:
Expand Down

0 comments on commit 114084f

Please sign in to comment.