Skip to content

Commit da4e6e0

Browse files
committed
Hold back the Android testing workflow on Ubuntu 22.04
1 parent 81d1b7e commit da4e6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
android-tests:
114114
name: Android Tests
115115
needs: build-native-libs
116-
runs-on: ubuntu-latest
116+
runs-on: ubuntu-22.04
117117
strategy:
118118
matrix:
119119
api-level: [26, 34]

0 commit comments

Comments
 (0)