Skip to content

Commit

Permalink
ci: use ubuntu-22.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
`ubuntu-latest` now points to `ubuntu-24.04` - I'm testing whether this is the cause of the recent CI failures
  • Loading branch information
thatfiredev authored Jan 20, 2025
1 parent f8eb947 commit aaa59ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
Expand Down

0 comments on commit aaa59ee

Please sign in to comment.