From 09e1f370501f56d9d455d476e3f3ed55dee2ba8d Mon Sep 17 00:00:00 2001 From: Abbas Naqdi Date: Wed, 9 Aug 2023 22:25:04 +0330 Subject: [PATCH] [bugfix] remove support macos 10.13 --- .github/workflows/action.yml | 2 +- builder.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 824f547..e0d465a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -49,7 +49,7 @@ jobs: test: strategy: matrix: - os: [macos-10.13, macos-11, macos-12, macos-13] + os: [macos-10.15, macos-11, macos-12, macos-13] arch: [amd64, arm64] runs-on: ${{ matrix.os }} diff --git a/builder.sh b/builder.sh index c6ccef4..71757a7 100644 --- a/builder.sh +++ b/builder.sh @@ -3,7 +3,7 @@ set -e # Initialize and configure -export MACOSX_DEPLOYMENT_TARGET="10.13" +export MACOSX_DEPLOYMENT_TARGET="10.15" # Remove unnecessary directories if running in GitHub Actions if [ -n "$GITHUB_ACTIONS" ]; then