8287202: GHA: Add macOS aarch64 to the list of default platforms for workflow_dispatch event

Backport-of: f7a37f58862d08adbf8fb141bf43c362bda7fd16
This commit is contained in:
Christoph Langer 2022-05-27 18:39:33 +00:00
parent 5abffb20cd
commit 6d763b05dd

View File

@ -10,7 +10,7 @@ on:
platforms:
description: "Platform(s) to execute on"
required: true
default: "Linux additional (hotspot only), Linux x64, Linux x86, Windows aarch64, Windows x64, macOS x64"
default: "Linux additional (hotspot only), Linux x64, Linux x86, Windows aarch64, Windows x64, macOS x64, macOS aarch64"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}