diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b236c7..8d88a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Acceptance Test Matrix id: get-matrix run: | - bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm", "RedHat-9-arm"]' + bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm"]' Acceptance: name: "${{matrix.platforms.label}}, ${{matrix.collection}}"