Skip to content

Commit b21f520

Browse files
committed
Move to macos-14
1 parent ead4426 commit b21f520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build_and_test_apple:
1919
strategy:
2020
matrix:
21-
platform: [macos-11]
21+
platform: [macos-14]
2222
runs-on: ${{ matrix.platform }}
2323
env:
2424
MG_VERSION: "1.4.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To build and install mgclient from source on Windows you will need:
123123
to understand versioning in a bit more details):
124124
VS >= 17 2022, MSVC >= 14.34, C >= 19.34
125125

126-
### Windows Compiler (FIX)
126+
### Windows Compiler
127127

128128
```
129129
mkdir build

0 commit comments

Comments
 (0)