Skip to content

Commit ecc4892

Browse files
committed
[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.
1 parent 7ebb002 commit ecc4892

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/root-ci-config/buildconfig/opensuse15-march_native.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/root-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ jobs:
438438
# property: gpu
439439
# extra-runs-on: gpu
440440
# openSUSE Leap
441-
- image: opensuse15
442-
platform_config: opensuse15-march_native
441+
- image: opensuse16
442+
platform_config: opensuse16-march_native
443443
is_special: true
444444
property: march_native
445445

@@ -662,4 +662,4 @@ jobs:
662662
KRB5REALM: ${{ secrets.KRB5REALM }}
663663
KRB5USER: ${{ secrets.KRB5USER }}
664664
with:
665-
branch: ${{ github.head_ref || github.ref_name }}
665+
branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)