We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f03ba7 commit fc98627Copy full SHA for fc98627
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: macos-latest
7
timeout-minutes: 30
8
env:
9
- MACOSX_DEPLOYMENT_TARGET: "10.9"
+ MACOSX_DEPLOYMENT_TARGET: "10.13"
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
13
14
15
16
0 commit comments