Skip to content

Commit

Permalink
Regenerate artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jan 28, 2025
1 parent 202457a commit ff0b177
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
packages: "lcov"

- os: macos-latest
cxx: "clang++"
cxx: "clang++-16"
link: "dynamic"
optimization: "size"
assert: "ndebug"
Expand All @@ -91,14 +91,14 @@ jobs:
boost: "--build-boost"
icu: ""
secp256k1: "--build-secp256k1"
cc: "clang"
cc: "clang-16"
flags: "-Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
options: "--enable-isystem"
packager: "brew"
packages: "icu4c"
packages: "llvm@16 icu4c"

- os: macos-latest
cxx: "clang++"
cxx: "clang++-16"
link: "static"
optimization: "size"
assert: "ndebug"
Expand All @@ -107,11 +107,11 @@ jobs:
boost: "--build-boost"
icu: ""
secp256k1: "--build-secp256k1"
cc: "clang"
cc: "clang-16"
flags: "-Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
options: "--enable-isystem"
packager: "brew"
packages: "icu4c"
packages: "llvm@16 icu4c"


runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
packages: ""

- os: macos-latest
cxx: "clang++"
cxx: "clang++-16"
link: "dynamic"
optimization: "size"
assert: "ndebug"
Expand All @@ -353,14 +353,14 @@ jobs:
boost: "--build-boost"
icu: ""
secp256k1: "--build-secp256k1"
cc: "clang"
cc: "clang-16"
flags: "-Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
options: ""
packager: "brew"
packages: "icu4c"
packages: "llvm@16 icu4c"

- os: macos-latest
cxx: "clang++"
cxx: "clang++-16"
link: "static"
optimization: "size"
assert: "ndebug"
Expand All @@ -369,11 +369,11 @@ jobs:
boost: "--build-boost"
icu: ""
secp256k1: "--build-secp256k1"
cc: "clang"
cc: "clang-16"
flags: "-Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
options: ""
packager: "brew"
packages: "icu4c"
packages: "llvm@16 icu4c"


runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ff0b177

Please sign in to comment.