Skip to content

Commit 2b51fe0

Browse files
committed
ci: Update used fedora to 42
1 parent b3d99d8 commit 2b51fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create container and build
3333
run: |
3434
{
35-
echo 'FROM fedora:41'
35+
echo 'FROM fedora:42'
3636
echo 'RUN dnf install --assumeyes @c-development cmake httpd-devel ${{ matrix.compiler }}'
3737
echo 'RUN dnf clean all'
3838
echo 'COPY mod_proxy_cluster mod_proxy_cluster'
@@ -59,7 +59,7 @@ jobs:
5959
- name: Create container and build
6060
run: |
6161
{
62-
echo 'FROM fedora:41'
62+
echo 'FROM fedora:42'
6363
echo 'RUN dnf install --assumeyes @c-development httpd-devel redhat-rpm-config'
6464
echo 'RUN dnf clean all'
6565
echo 'COPY mod_proxy_cluster mod_proxy_cluster'

0 commit comments

Comments
 (0)