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

Commit fc95400

Browse files
committed
Update build workflow to use ubuntu-20.04
Fixes this error: The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002
1 parent 590cfb3 commit fc95400

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-18.04
28+
runs-on: ubuntu-20.04
2929

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

0 commit comments

Comments
 (0)