Skip to content

Commit 868081d

Browse files
committed
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 76abe62 commit 868081d

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
@@ -461,7 +461,7 @@ jobs:
461461
cc_compiler: gcc-14
462462
cxx_compiler: g++-14
463463
cxx_std: 20
464-
fmt_ver: master
464+
fmt_ver: main
465465
opencolorio_ver: main
466466
openexr_ver: main
467467
openimageio_ver: main

0 commit comments

Comments
 (0)