From 1b85887a510132ada71e72f7668bc03a1870a1ba Mon Sep 17 00:00:00 2001 From: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com> Date: Wed, 29 May 2024 14:37:41 +0900 Subject: [PATCH] Update setup_machine.yaml --- .github/workflows/setup_machine.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup_machine.yaml b/.github/workflows/setup_machine.yaml index c71bb41..68da3a1 100644 --- a/.github/workflows/setup_machine.yaml +++ b/.github/workflows/setup_machine.yaml @@ -17,7 +17,8 @@ jobs: strategy: # fail-fast: false matrix: - # macos-13 is for intel silicon mac. https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories + # macos-13 is for intel silicon mac. + # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories os: [macos-latest, macos-13] timeout-minutes: 60 steps: