Skip to content

Commit 11e8baa

Browse files
authored
ci: fix breakage because fmtlib changed 'master' to 'main' (#2103)
fmtlib renamed its "master" branch to "main" yesterday. So our "bleeding edge" test that requests fmt "master" now fails. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 84b696d commit 11e8baa

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
@@ -436,7 +436,7 @@ jobs:
436436
cc_compiler: gcc-14
437437
cxx_compiler: g++-14
438438
cxx_std: 20
439-
fmt_ver: master
439+
fmt_ver: main
440440
opencolorio_ver: main
441441
openexr_ver: main
442442
openimageio_ver: main

0 commit comments

Comments
 (0)