Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 71c6839

Browse files
author
Paulo Gomes
committed
Set target OSX deployment
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 13b2ad0 commit 71c6839

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
- testdarwin2
78
tags:
89
- '**'
9-
paths-ignore:
10-
- README.md
11-
pull_request:
12-
paths-ignore:
13-
- README.md
10+
# paths-ignore:
11+
# - README.md
12+
# pull_request:
13+
# paths-ignore:
14+
# - README.md
1415

1516
permissions:
1617
contents: write # needed to write releases
@@ -70,6 +71,8 @@ jobs:
7071
${GITHUB_WORKSPACE}/build/libgit2-darwin-arm64/lib/libz.a
7172
7273
tar -zcvf darwin-libs.tar.gz ./libgit2-darwin
74+
env:
75+
MACOSX_DEPLOYMENT_TARGET: 10.15
7376

7477
- name: Create Release
7578
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)