Skip to content

Commit

Permalink
[build] Upgraded CI: ubuntu to version 20.04 (#2682).
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris committed Apr 18, 2023
1 parent 2fcd3d4 commit 9fc5c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: NDK-R23
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Setup Android NDK R23
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: ubuntu
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9fc5c09

Please sign in to comment.