diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa0187..5d85a25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: build_and_test_apple: strategy: matrix: - platform: [macos-11] + platform: [macos-14] runs-on: ${{ matrix.platform }} env: MG_VERSION: "1.4.0" diff --git a/README.md b/README.md index 10542db..63a3d01 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To build and install mgclient from source on Windows you will need: to understand versioning in a bit more details): VS >= 17 2022, MSVC >= 14.34, C >= 19.34 -### Windows Compiler (FIX) +### Windows Compiler ``` mkdir build