Skip to content

Commit 3b9cb08

Browse files
committed
ci: fix breakage because fmtlib changed 'master' to 'main'
fmtlib renamed its "master" branch to "main" yesterday. So now our "bleeding edge" test that requests fmt "master" now fails. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 4e91729 commit 3b9cb08

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
@@ -412,7 +412,7 @@ jobs:
412412
cc_compiler: gcc-14
413413
cxx_compiler: g++-14
414414
cxx_std: 23
415-
fmt_ver: master
415+
fmt_ver: main
416416
opencolorio_ver: main
417417
openexr_ver: main
418418
pybind11_ver: master

0 commit comments

Comments
 (0)