Feature #1498 ยป 0088-CI-Run-meson-job-also-on-arm-runner.patch
| .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 | ||