Skip to content

Commit

Permalink
ci: change name of runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Apr 1, 2024
1 parent b13e6db commit 6e7d9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
e2e-android:
name: Android
runs-on: self-hosted
runs-on: self-hosted-mac
timeout-minutes: 45

steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
e2e-ios:
name: iOS
runs-on: self-hosted
runs-on: self-hosted-mac
timeout-minutes: 45

steps:
Expand Down

0 comments on commit 6e7d9c8

Please sign in to comment.