Skip to content

Commit 0beb389

Browse files
authored
Merge branch 'master' into td/record-exception
2 parents 3d1b088 + d82e130 commit 0beb389

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
# TODO: Unpin version once firebase/snippets-android#602 is fixed
10+
# https://github.com/firebase/snippets-android/issues/602
11+
runs-on: ubuntu-22.04
1012
steps:
1113
- uses: actions/checkout@v2
1214
- name: set up JDK 17

0 commit comments

Comments
 (0)