diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c886a04..ced5a50 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,20 +8,27 @@ jobs: main: strategy: + fail-fast: false matrix: exclude: - os: macos-latest yq-version: "0.1" yq-version: - - 4.30.6 + - 4.44.6 - 3.4.1 - 2.4.1 - 1.15.0 - "0.1" os: - - windows-latest - - ubuntu-latest - - macos-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - windows-2025 + - windows-2022 + - windows-2019 + - macos-13 + - macos-14 + - macos-15 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4