Skip to content

Commit b8875ff

Browse files
authored
Update ubuntubversions into ci-build.yml
1 parent 57fc7df commit b8875ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88
jobs:
99
linux:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Install Dependencies
1313
run: |
@@ -49,7 +49,7 @@ jobs:
4949
# check whitespace
5050
git diff --check HEAD^
5151
android:
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353
steps:
5454
- uses: actions/checkout@v4
5555
- uses: actions/cache@v4
@@ -102,7 +102,7 @@ jobs:
102102
env:
103103
IOS: true
104104
custombuild:
105-
runs-on: ubuntu-20.04
105+
runs-on: ubuntu-22.04
106106
steps:
107107
- name: Install Dependencies
108108
run: |

0 commit comments

Comments
 (0)