diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bdf6c7..bc44ac8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,10 +8,10 @@ on: branches: [ "master" ] jobs: - example_matrix: + build-monocoque: strategy: matrix: - os: [ubuntu-22.04, debian-latest] + os: [ubuntu-latest, debian-latest] runs-on: ${{ matrix.os }}