Skip to content

Commit fc98627

Browse files
committed
OSX bump deployment target
1 parent 6f03ba7 commit fc98627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: macos-latest
77
timeout-minutes: 30
88
env:
9-
MACOSX_DEPLOYMENT_TARGET: "10.9"
9+
MACOSX_DEPLOYMENT_TARGET: "10.13"
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111
timeout-minutes: 30
1212
env:
13-
MACOSX_DEPLOYMENT_TARGET: "10.9"
13+
MACOSX_DEPLOYMENT_TARGET: "10.13"
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)