Skip to content

Commit d82e130

Browse files
authored
ci: use ubuntu-22.04 instead of ubuntu-latest (#603)
1 parent f8eb947 commit d82e130

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)