Skip to content

Commit

Permalink
[ci] bump MACOSX_DEPLOYMENT_TARGET to 11.0 for ARM64 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Jul 6, 2024
1 parent 41f4169 commit fadd423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ jobs:
env:
PLATFORM: mac${{ matrix.os == 'macos-14' && '-arm64' || '' }}
OPAMYES: 1
MACOSX_DEPLOYMENT_TARGET: 10.13
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-14' && 11.0 || 10.13 }}
OCAML_VERSION: 5.1.1
CTYPES: 0.21.1
steps:
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
env:
PLATFORM: mac${{ matrix.os == 'macos-14' && '-arm64' || '' }}
OPAMYES: 1
MACOSX_DEPLOYMENT_TARGET: 10.13
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-14' && 11.0 || 10.13 }}
OCAML_VERSION: 5.1.1
CTYPES: 0.21.1
steps:
Expand Down

0 comments on commit fadd423

Please sign in to comment.