Skip to content

Commit d4ca94a

Browse files
committed
fix: change runners to gh hosted ones
1 parent 97cf72f commit d4ca94a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
check_pr:
13-
runs-on: public
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
1616
node-version: [24.x]

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
build_and_deploy_android_firebase:
6161
name: Build SampleApp Android and Deploy-${{ github.ref == 'refs/heads/develop' }}
62-
runs-on: public
62+
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
6565
node-version: [24.x]

examples/SampleApp/src/screens/ChannelScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
ChannelAvatar,
1919
PortalWhileClosingView,
2020
} from 'stream-chat-react-native';
21-
import { Platform, Pressable, StyleSheet, View } from 'react-native';
21+
import { Pressable, StyleSheet, View } from 'react-native';
2222
import type { NativeStackNavigationProp } from '@react-navigation/native-stack';
2323

2424
import { useAppContext } from '../context/AppContext';

0 commit comments

Comments
 (0)