Skip to content

Commit a348d39

Browse files
authored
Merge pull request #31 from abbasnaqdi/develop
[bugfix] remove support macos 10.13
2 parents 298989e + 09e1f37 commit a348d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
test:
5050
strategy:
5151
matrix:
52-
os: [macos-10.13, macos-11, macos-12, macos-13]
52+
os: [macos-10.15, macos-11, macos-12, macos-13]
5353
arch: [amd64, arm64]
5454

5555
runs-on: ${{ matrix.os }}

builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Initialize and configure
6-
export MACOSX_DEPLOYMENT_TARGET="10.13"
6+
export MACOSX_DEPLOYMENT_TARGET="10.15"
77

88
# Remove unnecessary directories if running in GitHub Actions
99
if [ -n "$GITHUB_ACTIONS" ]; then

0 commit comments

Comments
 (0)