Skip to content

Commit 68c6337

Browse files
authored
change fedora39 to fedora41 runner (#3698)
* change fedora39 to fedora41 runner * update github workflow runner file
1 parent ed3667c commit 68c6337

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ jobs:
134134
- name: "Fedora 40"
135135
runner: ubuntu-latest
136136
dockerfile: fedora40
137-
- name: "Fedora 39"
137+
- name: "Fedora 41"
138138
runner: ubuntu-latest
139-
dockerfile: fedora39
139+
dockerfile: fedora41
140140
- name: "Debian Testing"
141141
runner: ubuntu-latest
142142
dockerfile: debiantesting

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ services:
88
security_opt:
99
- label=type:container_runtime_t
1010
tty: true
11-
test-fedora39:
11+
test-fedora41:
1212
build:
1313
context: .
14-
dockerfile: test/docker/fedora39
14+
dockerfile: test/docker/fedora41
1515
network_mode: "host"
1616
security_opt:
1717
- label=type:container_runtime_t

test/docker/fedora39 renamed to test/docker/fedora41

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:39
1+
FROM fedora:41
22

33
RUN dnf update -y
44
RUN dnf install python3 git gcc gcc-c++ cmake make libuuid-devel libfaketime glibc-langpack-en curl -y

0 commit comments

Comments
 (0)