diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f528858..9859b1d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,7 +6,12 @@ on: jobs: build: + strategy: + matrix: + image: [ "ubuntu:latest", "ubuntu:22.04", "archlinux:latest" ] runs-on: ubuntu-latest + container: + image: ${{ matrix.image }} steps: - name: Check out repository code uses: actions/checkout@v4