Project

General

Profile

Feature #1498 ยป 0088-CI-Run-meson-job-also-on-arm-runner.patch

Marko Lindqvist, 06/10/2025 07:05 AM

View differences:

.github/workflows/ci.yml
shell: bash
run: ./scripts/ci-build.sh dist
meson:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm]
steps:
- name: check out Freeciv
uses: actions/checkout@v4.2.2
    (1-1/1)