From 7e60dea257990330fe657a99492b27d83c2e9d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Fri, 22 Sep 2023 09:36:54 +0200 Subject: [PATCH] Github Actions: Move nightly builds on dispatch to custom MacOS runner --- .github/workflows/nightly_build_matrix_on_dispatch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly_build_matrix_on_dispatch.json b/.github/workflows/nightly_build_matrix_on_dispatch.json index 56c6c72cdb..fd7dc85315 100644 --- a/.github/workflows/nightly_build_matrix_on_dispatch.json +++ b/.github/workflows/nightly_build_matrix_on_dispatch.json @@ -11,7 +11,7 @@ "runOnEvent":"workflow_dispatch" }, { - "os":"macos-latest", + "os":"custom-runner-mac-m1", "rust":"stable", "runOnEvent":"workflow_dispatch" }, @@ -27,7 +27,7 @@ "runOnEvent":"workflow_dispatch" }, { - "os":"macos-latest", + "os":"custom-runner-mac-m1", "rust":"beta", "runOnEvent":"workflow_dispatch" }, @@ -43,7 +43,7 @@ "runOnEvent":"workflow_dispatch" }, { - "os":"macos-latest", + "os":"custom-runner-mac-m1", "rust":"nightly", "runOnEvent":"workflow_dispatch" }