Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9d4c14b

Browse files
committed
Update build workflow to use ubuntu-latest
Responding to error: "This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101""
1 parent fc95400 commit 9d4c14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
build:
2727
name: Build
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929

3030
steps:
3131
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)