diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 24274f21d..013322236 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -7,17 +7,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: - # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable. fail-fast: false - - # Set up a matrix to run the following 3 configurations: - # 1. - # 2. - # 3. matrix: os: [ubuntu-latest, windows-latest, macos-latest] - #build_type: [Release] - #c_compiler: [gcc, clang, cl] steps: - name: checkout repository