From 6d763b05dd245bfd01c89ea2a007f5d5c6c82afa Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Fri, 27 May 2022 18:39:33 +0000 Subject: [PATCH] 8287202: GHA: Add macOS aarch64 to the list of default platforms for workflow_dispatch event Backport-of: f7a37f58862d08adbf8fb141bf43c362bda7fd16 --- .github/workflows/submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index d2c297ae2ae..7fb8b1029bb 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -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 }}