.gitlab-ci.yml: use non-EOL runners

This commit is contained in:
Sanne Raymaekers 2024-10-18 20:47:50 +02:00 committed by Simon de Vlieger
parent 313b8ecdf6
commit ffa8ff64bf

View file

@ -26,12 +26,10 @@ RPM:
parallel: parallel:
matrix: matrix:
- RUNNER: - RUNNER:
- aws/fedora-36-x86_64 - aws/fedora-40-aarch64
- aws/fedora-36-aarch64 - aws/fedora-40-x86_64
- aws/fedora-37-x86_64 - aws/rhel-8.10-ga-x86_64
- aws/fedora-37-aarch64 - aws/rhel-8.10-ga-aarch64
- aws/rhel-8.6-ga-x86_64
- aws/rhel-8.6-ga-aarch64
Testing: Testing:
stage: test stage: test
@ -46,10 +44,9 @@ Testing:
matrix: matrix:
# https://quay.io/repository/osbuild/postgres available only for x86_64 # https://quay.io/repository/osbuild/postgres available only for x86_64
- RUNNER: - RUNNER:
- aws/fedora-36-x86_64 - aws/fedora-40-x86_64
- aws/fedora-37-x86_64
- RUNNER: - RUNNER:
- aws/rhel-8.6-ga-x86_64 - aws/rhel-8.10-ga-x86_64
INTERNAL_NETWORK: ["true"] INTERNAL_NETWORK: ["true"]
finish: finish: