Skip to content

Commit a31f64f

Browse files
committed
remove macos from matrix
1 parent 4406302 commit a31f64f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
strategy:
346346
fail-fast: false # if one os is failing continue nonetheless
347347
matrix: # used to generate installers for different OS and not for runs-on
348-
os: [ubuntu-20.04, windows-2019, macos-12]
348+
os: [ubuntu-20.04, windows-2019]
349349
arch: [amd64]
350350
include:
351351
- os: ubuntu-20.04
@@ -366,12 +366,6 @@ jobs:
366366
extension: .exe
367367
installer-extension: .exe
368368
artifact-name: arduino-create-agent-windows-2019-amd64
369-
- os: macos-12
370-
install-builder-name: osx
371-
executable-path: artifacts/macos/ArduinoCreateAgent.app
372-
installer-extension: .app
373-
artifact-name: ArduinoCreateAgent.app_amd64_notarized # this artifact contains the Contents directory
374-
# here we support only amd64 for macos. Hopefully in the future installbuilder for macOS will be removed, see https://github.com/arduino/arduino-create-agent/issues/739
375369

376370
container:
377371
image: floydpink/ubuntu-install-builder:22.10.0

0 commit comments

Comments
 (0)