Skip to content

Commit

Permalink
chore: Pin ubuntu version for react native example build. (#730)
Browse files Browse the repository at this point in the history
This build does not yet work on ubuntu 24.04.
  • Loading branch information
kinyoklion authored Jan 14, 2025
1 parent d1b364e commit 6ad7e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:
- 'packages/shared/common/**'
- 'packages/shared/sdk-client/**'
- 'packages/sdk/react-native/**'

- '.github/**'
jobs:
detox-android:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 6ad7e51

Please sign in to comment.