Skip to content

ci: use ubuntu-22.04 instead of ubuntu-latest #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: use ubuntu-22.04 instead of ubuntu-latest
  • Loading branch information
thatfiredev authored Jan 20, 2025
commit 8c32f68e8442a34d775bd2f7213d77aff2bd4d29
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# TODO: Unpin version once firebase/snippets-android#602 is fixed
# https://github.com/firebase/snippets-android/issues/602
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
Expand Down
Loading