File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22jobs :
3- fedora40_cmake :
3+ fedora42_cmake :
44 working_directory : ~/libreadtags
55 docker :
6- - image : docker.io/fedora:40
6+ - image : docker.io/fedora:42
77 steps :
88 - run :
99 name : Install Git
@@ -34,10 +34,10 @@ jobs:
3434 cmake --build build --target install
3535 test -e /usr/local/include/readtags.h
3636 test -e /usr/local/lib/libreadtags.so
37- fedora40_autotools :
37+ fedora42_autotools :
3838 working_directory : ~/libreadtags
3939 docker :
40- - image : docker.io/fedora:40
40+ - image : docker.io/fedora:42
4141 steps :
4242 - run :
4343 name : Install Git
@@ -58,10 +58,10 @@ jobs:
5858 name : Test
5959 command : |
6060 make check VERBOSE=1
61- fedora40_distcheck :
61+ fedora42_distcheck :
6262 working_directory : ~/libreadtags
6363 docker :
64- - image : docker.io/fedora:40
64+ - image : docker.io/fedora:42
6565 steps :
6666 - run :
6767 name : Install Git
@@ -85,6 +85,6 @@ workflows:
8585 version : 2
8686 build_and_test :
8787 jobs :
88- - fedora40_cmake
89- - fedora40_autotools
90- - fedora40_distcheck
88+ - fedora42_cmake
89+ - fedora42_autotools
90+ - fedora42_distcheck
You can’t perform that action at this time.
0 commit comments