Skip to content

Commit dc9274a

Browse files
committed
Update GHA to Ubuntu 24.04
1 parent 99ddac1 commit dc9274a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/native_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
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
@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/python_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
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

0 commit comments

Comments
 (0)