Skip to content

Commit c792118

Browse files
committed
try use ubuntu 24 in CI
1 parent 77546c0 commit c792118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@v4
@@ -68,7 +68,7 @@ jobs:
6868
if-no-files-found: error
6969

7070
test:
71-
runs-on: ubuntu-22.04
71+
runs-on: ubuntu-24.04
7272
needs: build
7373
strategy:
7474
fail-fast: false

0 commit comments

Comments
 (0)