Skip to content

Commit d6d48d7

Browse files
committed
ci: fix breakage because fmtlib changed 'master' to 'main' (AcademySoftwareFoundation#5127)
fmtlib renamed its "master" branch to "main" yesterday. So now our "bleeding edge" test that requests fmt "master" fails. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 73cf009 commit d6d48d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ jobs:
467467
cc_compiler: gcc-14
468468
cxx_compiler: g++-14
469469
cxx_std: 23
470-
fmt_ver: master
470+
fmt_ver: main
471471
opencolorio_ver: main
472472
openexr_ver: main
473473
pybind11_ver: v3.0.1

0 commit comments

Comments
 (0)