Skip to content

Commit 15d2c81

Browse files
committed
Test 1 - workflows
1 parent 42e944d commit 15d2c81

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/fedora_rpm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fedora 41 RPM
1+
name: Fedora 43 RPM
22

33
on:
44
workflow_dispatch:
@@ -8,12 +8,12 @@ on:
88
required: true
99
default: 'warning'
1010
tags:
11-
description: 'Build RPMs on Fedora 41'
11+
description: 'Build RPMs on Fedora 43'
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-22.04
16-
container: amd64/fedora:41
15+
runs-on: ubuntu-24.04
16+
container: amd64/fedora:43
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/sources_debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debian 12
1+
name: Debian 13
22

33
on:
44
push:
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-22.04
13-
container: amd64/debian:12
12+
runs-on: ubuntu-24.04
13+
container: amd64/debian:13
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/sources_fedora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fedora 41
1+
name: Fedora 43
22

33
on:
44
push:
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
12-
container: amd64/fedora:41
11+
runs-on: ubuntu-24.04
12+
container: amd64/fedora:43
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/sources_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu 22.04
1+
name: Ubuntu 24.04
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)