Skip to content

Commit dd29298

Browse files
committed
Build: Use more recent and hopefully working macOS deployment target version.
1 parent 0043caa commit dd29298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ${{ matrix.os }}
145145

146146
env:
147-
MACOSX_DEPLOYMENT_TARGET: 10.15
147+
MACOSX_DEPLOYMENT_TARGET: "11.0"
148148

149149
steps:
150150
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)