Skip to content

Commit b74af60

Browse files
committed
CI: Ubuntu 20.04 is gone, bump to 22.04
1 parent ee14951 commit b74af60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
build:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131

3232
strategy:
3333
matrix:

.github/workflows/linux_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
build:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131

3232
steps:
3333
- name: Checkout repo

0 commit comments

Comments
 (0)