ci: update OBS build platform

This commit is contained in:
chyyran 2024-08-02 01:16:25 -04:00
parent e13bb88df2
commit 039fdfd41a
2 changed files with 6 additions and 6 deletions

View file

@ -19,14 +19,14 @@ jobs:
strategy:
matrix:
include:
- repo: Fedora_39
- repo: Fedora_40
spec: librashader.spec
can_fail: true
name: Fedora 39 (.rpm)
- repo: xUbuntu_23.10
name: Fedora 40 (.rpm)
- repo: xUbuntu_24.04
spec: librashader.spec
can_fail: true
name: Ubuntu 23.10 (.deb)
name: Ubuntu 24.04 (.deb)
runs-on: ubuntu-latest
needs: [approve-obs-build]
continue-on-error: ${{ matrix.can_fail }}

View file

@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
include:
- repo: Fedora_39
- repo: Fedora_40
spec: librashader.spec
can_fail: true
- repo: xUbuntu_23.10
- repo: xUbuntu_24.04
spec: librashader.spec
can_fail: true
runs-on: ubuntu-latest