diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 11f9867..16fb057 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -1,4 +1,4 @@ -name: CI +name: Arch on: [push] @@ -8,18 +8,14 @@ jobs: # The host should always be linux runs-on: ubuntu-22.04 + strategy: matrix: include: - arch: aarch64 - distro: ubuntu22.04 + distro: ubuntu20.04 - arch: aarch64 - distro: bullseye - - arch: ppc64le - distro: alpine_latest - - arch: none - distro: none - base_image: riscv64/busybox + distro: ubuntu22.04 steps: - uses: actions/checkout@v4 @@ -32,4 +28,4 @@ jobs: # Not required, but speeds up builds githubToken: ${{ github.token }} - shell: ./install.sh + run: ./install.sh diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 9231346..92c48a7 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -1,4 +1,4 @@ -name: CI +name: VM on: [push] @@ -11,6 +11,7 @@ jobs: os: [ubuntu-20.04, ubuntu-22.04, macos-14] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + - name: Run install script run: ./install.sh