Skip to content

Commit

Permalink
Modify release.yml for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 6, 2024
1 parent 1ca0d86 commit 95a04e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 95a04e5

Please sign in to comment.