Skip to content

Commit

Permalink
Bump macos deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Sep 29, 2024
1 parent bf9ec05 commit 92758f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# MACOSX_DEPLOYMENT_TARGET is required for linking to WPILib
if sys.platform == "darwin":
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "12"
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "13"


@click.group()
Expand Down

0 comments on commit 92758f5

Please sign in to comment.