Skip to content

Commit

Permalink
fix: run action on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlienard committed Jan 3, 2024
1 parent b0ea2c1 commit 1a134d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
release:
if: contains(github.event.head_commit.message, 'release')
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit 1a134d3

Please sign in to comment.