Skip to content

Commit

Permalink
Dump MacOS-13
Browse files Browse the repository at this point in the history
- let's try to move in from mac os 13.
  • Loading branch information
carlkidcrypto committed Jan 8, 2025
1 parent af70bc2 commit c434583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
# if: needs.check-source-changes.outputs.run_job == 'true'
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, macos-13, macos-14]
os: [ubuntu-latest, macos-14, macos-15]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
environment = { PATH = "$HOME/opt/local/bin:$HOME/opt/local/sbin:$HOME/opt/local/include:$HOME/opt/local/lib:$PATH", MACOSX_DEPLOYMENT_TARGET = "15.0", DYLD_LIBRARY_PATH = "$HOME/opt/local/lib:$DYLD_LIBRARY_PATH" }
archs="x86_64 arm64"
before-all = """
mkdir -p $HOME/opt/mports;
rm -rf $HOME/opt/mports/*;
Expand Down

0 comments on commit c434583

Please sign in to comment.