Skip to content

Commit

Permalink
Change runner groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jan 15, 2025
1 parent c0f76dc commit bf67c2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-gh
group: macos-arm-gh
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tests:
name: Integration and Unit tests
runs-on:
group: macos-gh
group: macos-arm-gh
strategy:
matrix:
environment: [iOS, tvOS, macOS]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
acceptance-tests:
name: Acceptance tests
runs-on:
group: macos-gh
group: macos-arm-gh
timeout-minutes: 10
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
package-managers-validation:
name: Validate package managers
runs-on:
group: macos-gh
group: macos-arm-gh
strategy:
matrix:
managers: [CocoaPods, Swift Package Manager]
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
demo-app-validation:
name: Validate demo application
runs-on:
group: macos-gh
group: macos-arm-gh
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit bf67c2b

Please sign in to comment.