Skip to content

Commit

Permalink
Workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jan 23, 2025
1 parent 9ee7f9a commit 57ddb1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: check-release
if: needs.check-release.outputs.release == 'true'
runs-on:
group: macos-arm-gh
group: macos-gh
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SDK_PAM_PUB_KEY: ${{ secrets.SDK_PAM_PUB_KEY }}
SDK_PAM_SEC_KEY: ${{ secrets.SDK_PAM_SEC_KEY }}
runs-on:
group: macos-arm-gh
group: macos-gh
strategy:
matrix:
environment: [iOS]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
package-managers-validation:
name: Validate package managers
runs-on:
group: macos-arm-gh
group: macos-gh
strategy:
matrix:
managers: [Swift Package Manager]
Expand Down

0 comments on commit 57ddb1b

Please sign in to comment.