Skip to content

Commit 6ad7e51

Browse files
authored
chore: Pin ubuntu version for react native example build. (#730)
This build does not yet work on ubuntu 24.04.
1 parent d1b364e commit 6ad7e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-native-detox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ on:
1616
- 'packages/shared/common/**'
1717
- 'packages/shared/sdk-client/**'
1818
- 'packages/sdk/react-native/**'
19-
19+
- '.github/**'
2020
jobs:
2121
detox-android:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
permissions:
2424
id-token: write
2525
contents: read

0 commit comments

Comments
 (0)