Skip to content

Commit 7355728

Browse files
authored
ci: fix breakage because fmtlib changed 'master' to 'main' (#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 4e91729 commit 7355728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)