Skip to content

Commit cf85699

Browse files
authored
1 parent b52a17a commit cf85699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
env:
217217
# vars used by installbuilder
218-
INSTALLBUILDER_PATH: "/opt/installbuilder-21.9.0/bin/builder"
218+
INSTALLBUILDER_PATH: "/opt/installbuilder-22.10.0/bin/builder"
219219
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
220220
# vars passed to installbuilder to install https certs automatically
221221
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
@@ -257,7 +257,7 @@ jobs:
257257
installer-extension: .app
258258

259259
container:
260-
image: floydpink/ubuntu-install-builder:21.9.0
260+
image: floydpink/ubuntu-install-builder:22.10.0
261261

262262
steps:
263263
- name: Checkout

0 commit comments

Comments
 (0)