Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Aug 27, 2024
1 parent d8d865a commit 60cf17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/KMMBridge-Android-iOS-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
kmmbridgepublish:
concurrency: "kmmbridgepublish-${{ github.repository }}"
runs-on: ${{ inputs.runsOn }}
runs-on: macos-latest
steps:
- name: Checkout the repo with tags
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/KMMBridge-iOS-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
kmmbridgepublish:
concurrency: "kmmbridgepublish-${{ github.repository }}"
runs-on: ${{ inputs.runsOn }}
runs-on: macos-latest
steps:
- name: Checkout the repo with tags
uses: actions/checkout@v4
Expand Down

0 comments on commit 60cf17a

Please sign in to comment.