Skip to content

Commit

Permalink
Update runner group to support visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Dec 5, 2024
1 parent 5d93ba4 commit 1f5354f
Show file tree
Hide file tree
Showing 4 changed files with 6 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
1 change: 1 addition & 0 deletions PubNubSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The PubNub Real-Time Network. Build real-time apps quickly and scale them global
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '4.0'
s.visionos.deployment_target = '1.0'

s.swift_version = '5.9'

Expand Down

0 comments on commit 1f5354f

Please sign in to comment.