Skip to content

Commit 4282ca5

Browse files
Update meson_ci.yml
1 parent cabe98d commit 4282ca5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/meson_ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
strategy:
217217
matrix:
218-
distro: [ubuntu, debian, fedora, opensuse, archlinux]
218+
distro: [ubuntu, debian, fedora, archlinux]
219219

220220
steps:
221221
- name: Checkout code
@@ -252,13 +252,12 @@ jobs:
252252
meson test -C builddir -v"
253253
254254
build_cross:
255-
name: Building on ${{ matrix.architecture }} with Meson v${{ matrix.meson_version }}
255+
name: Building on Bedrock ${{ matrix.architecture }}
256256
runs-on: ubuntu-latest # Using Ubuntu as the base system for cross-compilation
257257

258258
strategy:
259259
matrix:
260260
architecture: [arm, arm64, mips, mipsel, riscv64, ppc, ppc64le, sparc64, s390x]
261-
meson_version: ["1.2.0", "1.3.0", "1.4.0"]
262261

263262
steps:
264263
- name: Checkout code
@@ -336,7 +335,7 @@ jobs:
336335
337336
- name: Install Meson
338337
run: |
339-
python -m pip install meson==${{ matrix.meson_version }} ninja
338+
python -m pip install meson ninja
340339
341340
- name: Configure the Project
342341
run: |

0 commit comments

Comments
 (0)