Skip to content

Commit

Permalink
Update to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jul 30, 2024
1 parent 86d638c commit 4c9dd16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-c-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-12]
intel: [macos-13]
- name: Ubuntu
matrix: ubuntu
runs-on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: macOS
matrix: macos
runs-on:
arm: [macos-12-arm64]
intel: [macos-12]
arm: [macos-13-arm64]
intel: [macos-13]
cibw-archs-macos:
arm: arm64
intel: x86_64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, ubuntu-latest]
config: [ optimized=1, TSAN=1, ASAN=1]
os: [macos-13, ubuntu-latest]
config: [optimized=1, TSAN=1, ASAN=1]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before-build = "python -m pip install --upgrade pip"
build-verbosity = 0
before-all = "brew install gmp boost cmake"
before-build = "python -m pip install --upgrade pip"
environment = {MACOSX_DEPLOYMENT_TARGET="12", SYSTEM_VERSION_COMPAT=0, BUILD_VDF_CLIENT="N"}
environment = {MACOSX_DEPLOYMENT_TARGET="13", SYSTEM_VERSION_COMPAT=0, BUILD_VDF_CLIENT="N"}

[tool.cibuildwheel.windows]
build-verbosity = 0
Expand Down

0 comments on commit 4c9dd16

Please sign in to comment.