Skip to content

Commit

Permalink
Merge pull request #31 from abbasnaqdi/develop
Browse files Browse the repository at this point in the history
[bugfix] remove support macos 10.13
  • Loading branch information
abbasnaqdi authored Aug 9, 2023
2 parents 298989e + 09e1f37 commit a348d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a348d39

Please sign in to comment.