Skip to content

Commit

Permalink
try 10.14 deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 6, 2023
1 parent f946bae commit b99b772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

macos:
name: MacOS
runs-on: macos-13
runs-on: macos-12
env:
INSTALL_PREFIX: "/opt/smelibs"
SUDOCMD: "sudo"
# MACOSX_DEPLOYMENT_TARGET: "10.14"
MACOSX_DEPLOYMENT_TARGET: "10.14"
OS_TARGET: "osx"
defaults:
run:
Expand Down

0 comments on commit b99b772

Please sign in to comment.