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 005ec35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
fail-fast: true
matrix:
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
python_version:
- '3.8'
- '3.9'
Expand Down
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 005ec35

Please sign in to comment.