Skip to content

Commit cdf9cd2

Browse files
authored
update CI to use ubuntu-latest
1 parent 36c3c54 commit cdf9cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

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

77
jobs:
88
build:
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
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: set up JDK 17

0 commit comments

Comments
 (0)