mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
Meta+CI+Documentation: Bump host gcc requirement up to gcc 11
Bump macOS CI version to macOS 11 while we're here.
This commit is contained in:
parent
d70aba6a11
commit
c62c10caf0
13 changed files with 51 additions and 45 deletions
|
@ -36,7 +36,7 @@ with import <nixpkgs> {};
|
|||
stdenv.mkDerivation {
|
||||
name = "cpp-env";
|
||||
nativeBuildInputs = [
|
||||
gcc10
|
||||
gcc11
|
||||
curl
|
||||
cmake
|
||||
mpfr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue