Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eb947 commit d82e130Copy full SHA for d82e130
.github/workflows/android.yml
@@ -6,7 +6,9 @@ on:
6
7
jobs:
8
build:
9
- runs-on: ubuntu-latest
+ # 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
12
steps:
13
- uses: actions/checkout@v2
14
- name: set up JDK 17
0 commit comments