From c9d2638a9bbde5dab71627312ea1bbfd3443c4ea Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Tue, 28 Jan 2025 12:21:49 -0800 Subject: [PATCH] Regenerate artifacts. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c292018..c010b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: packages: "" - os: ubuntu-24.04 - cxx: "g++-12" + cxx: "g++" link: "static" optimization: "size" assert: "ndebug" @@ -83,7 +83,7 @@ jobs: llvm: "" secp256k1: "--build-secp256k1" zmq: "--build-zmq" - cc: "gcc-12" + cc: "gcc" flags: "-Os -fPIE" options: "--enable-isystem" packager: "apt"