Skip to content

Commit d33fbcf

Browse files
ci: Bring Ubuntu versions forward
Updates github actions to use Ubuntu 26.
1 parent 139ce87 commit d33fbcf

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ matrix.os == 'ubuntu-24.04' }}
5858
uses: lukka/get-cmake@latest
5959
with:
60-
cmakeVersion: 3.22.1
60+
cmakeVersion: 3.28.3
6161
- run: sudo apt update
6262
- run: sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev
6363
- name: ccache
@@ -89,7 +89,7 @@ jobs:
8989

9090
linux-no-asm:
9191
needs: codegen
92-
runs-on: ubuntu-24.04
92+
runs-on: ubuntu-26.04
9393
timeout-minutes: 30
9494
steps:
9595
- uses: actions/checkout@v7
@@ -116,7 +116,7 @@ jobs:
116116

117117
linux-32:
118118
needs: codegen
119-
runs-on: ubuntu-24.04
119+
runs-on: ubuntu-26.04
120120
timeout-minutes: 30
121121
strategy:
122122
matrix:
@@ -128,7 +128,7 @@ jobs:
128128
python-version: '3.11'
129129
- uses: lukka/get-cmake@latest
130130
with:
131-
cmakeVersion: 3.22.1
131+
cmakeVersion: 3.28.3
132132
- name: Enable 32 bit
133133
run: sudo dpkg --add-architecture i386
134134
- run: sudo apt-get update
@@ -161,7 +161,7 @@ jobs:
161161

162162
linux-32-no-asm:
163163
needs: codegen
164-
runs-on: ubuntu-24.04
164+
runs-on: ubuntu-26.04
165165
timeout-minutes: 30
166166
steps:
167167
- uses: actions/checkout@v7
@@ -170,7 +170,7 @@ jobs:
170170
python-version: '3.11'
171171
- uses: lukka/get-cmake@latest
172172
with:
173-
cmakeVersion: 3.22.1
173+
cmakeVersion: 3.28.3
174174
- name: Enable 32 bit
175175
run: sudo dpkg --add-architecture i386
176176
- run: sudo apt-get update
@@ -202,7 +202,7 @@ jobs:
202202

203203
linux-arm:
204204
needs: codegen
205-
runs-on: ubuntu-24.04-arm
205+
runs-on: ubuntu-26.04-arm
206206
timeout-minutes: 30
207207
steps:
208208
- uses: actions/checkout@v7
@@ -212,7 +212,7 @@ jobs:
212212
- name: Test CMake min
213213
uses: lukka/get-cmake@latest
214214
with:
215-
cmakeVersion: 3.22.1
215+
cmakeVersion: 3.28.3
216216
- run: sudo apt update
217217
- run: sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev
218218
- name: ccache
@@ -234,7 +234,7 @@ jobs:
234234

235235
linux-threading:
236236
needs: codegen
237-
runs-on: ubuntu-24.04-arm
237+
runs-on: ubuntu-26.04-arm
238238
timeout-minutes: 30
239239
steps:
240240
- uses: actions/checkout@v7
@@ -244,7 +244,7 @@ jobs:
244244
- name: Test CMake min
245245
uses: lukka/get-cmake@latest
246246
with:
247-
cmakeVersion: 3.22.1
247+
cmakeVersion: 3.28.3
248248
- run: sudo apt update
249249
- run: sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev
250250
- name: ccache

0 commit comments

Comments
 (0)