Use Fedora 43 for Circle CI builds for now

Latest Fedora 44 uses pre-release version of gcc 16 which is
problematic, keep testing with gcc 15 from the previous Fedora release
for now.
This commit is contained in:
Vadim Zeitlin
2026-04-30 00:05:51 +02:00
parent 655b1d27a8
commit 70a09d88c8
+1 -1
View File
@@ -4,7 +4,7 @@ version: 2.1
jobs:
build-fedora:
docker:
- image: fedora
- image: fedora:43
steps:
- run:
name: Install Git