36 Commits

Author SHA1 Message Date
Matt Borland
acf9013b33 Remove macos-13 runners 2025-10-29 15:41:22 +01:00
Matt Borland
592d89d758 Remove deprecated runners and move to containers 2025-06-11 14:13:16 -04:00
Matt Borland
c0ce5c83cf Use containers for ubuntu 20.04 in GHA 2025-02-21 11:30:02 -05:00
Matt Borland
8742fa3a60 Merge pull request #247 from Flamefire/patch-2
GHA: Fix GCC 13 job
2025-01-02 08:48:14 -05:00
Alexander Grund
135d9d7815 GHA: Fix GCC 13 job
`cxxflags` must be a string type not an array or it will be expanded as:
```
  if [ -n "Array" ]
  then
      B2_ARGS+=("cxxflags=Array")
  fi
```

Fixes #246
2024-12-28 16:59:37 +01:00
Alexander Grund
f2a4c360b4 GHA: Show b2 command invocation
To aid debugging CI failures use `set -x` to show the actual build command issued.
2024-12-28 16:55:11 +01:00
Alexander Grund
ef15182976 Fix install of packages 2024-12-08 20:50:23 +01:00
Alexander Grund
a648d22623 Use hosted node 2024-12-08 13:10:10 +01:00
Alexander Grund
82f4012c15 Fix node 20 issue on GHA CI 2024-12-07 19:44:11 +01:00
Matt Borland
ebf2066e66 Replace macos-12 runners with macos-15 2024-10-07 10:58:12 -04:00
Matt Borland
f9ebd91bab Replace CMAKE_INSTALL_PREFIX with CMAKE_PREFIX_PATH 2024-09-23 15:37:37 -04:00
Matt Borland
008833b66b Add -DBoost_VERBOSE=ON to cmake install 2024-09-23 15:37:37 -04:00
Matt Borland
2eea699203 Allow use of node 16 2024-07-08 10:18:35 -04:00
Matt Borland
1b46022015 Remove and replace macos-11 runners 2024-05-21 08:49:33 +02:00
Matt Borland
1b75c2b792 Update GCC-13 OS 2024-05-16 15:58:24 +02:00
Matt Borland
e7e7f60915 Update boost ci version 2024-05-13 08:08:36 +02:00
Matt Borland
02c6e69916 Add MSYS to github actions 2024-05-10 09:05:39 +02:00
Matt Borland
769c044002 Add flag for GCC-13 excess precision 2024-04-11 09:28:19 +02:00
Matt Borland
7e2220d0f1 Update GHA toolchains 2024-04-11 08:17:07 +02:00
Matt Borland
b404767a57 Fix locale dependence on fallback from_chars implementation (#123)
Increases minimum compiler requirement from clang 3.7 to 3.8
2024-01-22 10:34:26 +01:00
Matt Borland
1b2d3b566d Revert "Merge pull request #111 from cppalliance/110"
This reverts commit 59b61b1b1a, reversing
changes made to 1927ac946d.
2024-01-17 10:06:22 +01:00
Matt Borland
e2dbc4142e Add STL compatibility run to GHA 2024-01-04 13:55:56 +01:00
Matt Borland
92be98df76 More clang fixes 2023-10-26 09:40:54 +02:00
Matt Borland
70183c27e9 Remove clang < 16 2b runs from CI for libstdc++ error
https://stackoverflow.com/questions/77164931/clang-error-on-standard-library-depending-on-std-c2b-version-and-warning-wh
2023-10-26 09:24:06 +02:00
Peter Dimov
b9e032d873 Add link=static,shared to ci.yml 2023-02-16 03:10:00 +02:00
Peter Dimov
6c72a833fc Add GCC 32 bit to ci.yml 2023-02-11 02:54:21 +02:00
Peter Dimov
bff241d348 Add GNU job for GCC 9 2023-02-10 22:02:30 +02:00
Matt Borland
ed07125f75 Add GNU runs to GCC 5 2023-02-09 10:29:38 -08:00
Matt Borland
b8cb6b76c3 Add GNU standard CI runs 2023-02-09 09:39:10 -08:00
Peter Dimov
d6163c2926 Update ci.yml 2023-02-09 03:01:43 +02:00
Peter Dimov
2f898f5146 Add macos-12 to GHA 2023-02-08 21:43:01 +02:00
Matt Borland
5e53cdb03a Remove remaining uses of 18.04 2023-01-17 08:23:14 -08:00
Matt Borland
2fbaa8e39b Use boost.integer framework 2023-01-16 11:30:32 -08:00
Matt Borland
55374f1c76 Replace deprecated OS with container 2023-01-16 11:14:57 -08:00
Matt Borland
10e19855ae Remove C++03 from testing 2023-01-10 08:36:20 -08:00
Peter Dimov
3f1ad6d6f4 Initial commit 2022-12-29 19:41:33 +02:00