From 95a04e50125da22f82488a2a0773d48ddd10efab Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Tue, 6 Aug 2024 12:48:53 +0900 Subject: [PATCH] Modify release.yml for GitHub Actions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5314d2a..60ee729 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,8 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] + # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners + os: [ 'macos-latest' ] go: [ '1.22' ] steps: