Skip to content

Commit aaa59ee

Browse files
authored
ci: use ubuntu-22.04 instead of ubuntu-latest
`ubuntu-latest` now points to `ubuntu-24.04` - I'm testing whether this is the cause of the recent CI failures
1 parent f8eb947 commit aaa59ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: set up JDK 17

0 commit comments

Comments
 (0)