Skip to content

Commit

Permalink
Change Ubuntu builder to Ubuntu version supported until 2028
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser committed Jul 14, 2021
1 parent 8ffef8e commit c78abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

strategy:
fail-fast: false
Expand Down

1 comment on commit c78abd4

@KnIfER
Copy link

@KnIfER KnIfER commented on c78abd4 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is version 18.04 supported by github now ?

Please sign in to comment.