Skip to content

Commit

Permalink
Fix release job runner to macos to publish ios artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Oct 19, 2024
1 parent 48d473a commit 5df0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-latest
runs-on: macos-latest
if: ${{ startsWith(github.ref, 'refs/tags/') && (github.repository == 'cheonjaeung/gridlayout-compose') }}
needs: test
steps:
Expand Down

0 comments on commit 5df0e95

Please sign in to comment.