Skip to content

Commit

Permalink
[osx] Target macOS 10.9 to fail early
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jul 3, 2024
1 parent 2041004 commit 16b33ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
-DSKIA_DIR=skia
else
cmake . -G Ninja \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DLAF_BACKEND=${{ matrix.backend }} \
-DSKIA_DIR=skia
Expand Down

0 comments on commit 16b33ec

Please sign in to comment.