From e8f1834483b895f5ad675efe4291ada2e5affa70 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Mon, 1 Jun 2026 04:34:05 +0200 Subject: [PATCH] [ci] Move from OpenSUSE Leap 15 to Leap 16 OpenSUSE Leap 15 is end-of-life, so we move the special `march=native` build on OpenSUSE to Leap 16. --- ...nsuse15-march_native.txt => opensuse16-march_native.txt} | 0 .github/workflows/root-ci.yml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/root-ci-config/buildconfig/{opensuse15-march_native.txt => opensuse16-march_native.txt} (100%) diff --git a/.github/workflows/root-ci-config/buildconfig/opensuse15-march_native.txt b/.github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt similarity index 100% rename from .github/workflows/root-ci-config/buildconfig/opensuse15-march_native.txt rename to .github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 9d86e61f87538..e899de18cb71b 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -438,8 +438,8 @@ jobs: # property: gpu # extra-runs-on: gpu # openSUSE Leap - - image: opensuse15 - platform_config: opensuse15-march_native + - image: opensuse16 + platform_config: opensuse16-march_native is_special: true property: march_native @@ -662,4 +662,4 @@ jobs: KRB5REALM: ${{ secrets.KRB5REALM }} KRB5USER: ${{ secrets.KRB5USER }} with: - branch: ${{ github.head_ref || github.ref_name }} \ No newline at end of file + branch: ${{ github.head_ref || github.ref_name }}