Skip to content

Commit

Permalink
Bump ubuntu to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 15, 2022
1 parent 955516b commit 45617df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
API_TOKEN: ${{ secrets.API_TOKEN }}

linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
build_type: [Release, Debug]
Expand All @@ -68,7 +68,7 @@ jobs:
API_TOKEN: ${{ secrets.API_TOKEN }}

android:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
machine: [arm, arm64, x64, x86]
Expand Down

0 comments on commit 45617df

Please sign in to comment.