From bbc12ca540c80a6a9a4eb51ae573c9bd75909cfe Mon Sep 17 00:00:00 2001 From: Gevorg Voskanyan Date: Sat, 15 Feb 2025 00:41:30 +0400 Subject: [PATCH] Using the latest Ubuntu for Windows cross-compile in github CI - proper C++20 support (#1527) --- .github/workflows/ci-master.yml | 4 ++-- doc/build-osx.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 1a67be92e9..8daa5ee617 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -123,7 +123,7 @@ jobs: build-windows: name: Build for Windows needs: create-source-distribution - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: ARTIFACT_DIR: windows-binaries steps: @@ -209,4 +209,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: mac-binaries - path: ${{ env.ARTIFACT_DIR }} \ No newline at end of file + path: ${{ env.ARTIFACT_DIR }} diff --git a/doc/build-osx.md b/doc/build-osx.md index b6e583ff21..1eed1706c5 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh). Dependencies ---------------------- - brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl protobuf qt libevent + brew install automake berkeley-db4 libtool boost --c++20 miniupnpc openssl protobuf qt libevent If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG