File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919jobs :
2020 build-ubuntu-x64-clang :
2121 name : Ubuntu x64 Clang
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - name : Git checkout
2525 uses : actions/checkout@v4
7474
7575 build-ubuntu-x64-gcc :
7676 name : Ubuntu x64 GCC
77- runs-on : ubuntu-22 .04
77+ runs-on : ubuntu-24 .04
7878 steps :
7979 - name : Git checkout
8080 uses : actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
119119
120120 build-android :
121121 name : Android
122- runs-on : ubuntu-22 .04
122+ runs-on : ubuntu-24 .04
123123 steps :
124124 - name : Git checkout
125125 uses : actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148148
149149 build-ubuntu-x64-clang-new-common :
150150 name : Ubuntu x64 generate common
151- runs-on : ubuntu-22 .04
151+ runs-on : ubuntu-24 .04
152152 steps :
153153 - name : Git checkout
154154 uses : actions/checkout@v4
@@ -169,7 +169,7 @@ jobs:
169169
170170 build-ubuntu-x64-clang-new-project :
171171 name : Ubuntu x64 generate new layer
172- runs-on : ubuntu-22 .04
172+ runs-on : ubuntu-24 .04
173173 steps :
174174 - name : Git checkout
175175 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1515jobs :
1616 python-test :
1717 name : Python tests
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919 steps :
2020 - name : Git checkout
2121 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments