Skip to content

Commit

Permalink
try macos deployment target 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 11, 2023
1 parent 0d86e01 commit 5c55d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

macos:
name: MacOS
runs-on: macos-12
runs-on: macos-13
env:
INSTALL_PREFIX: "/opt/smelibs"
SUDOCMD: "sudo"
MACOSX_DEPLOYMENT_TARGET: "10.14"
MACOSX_DEPLOYMENT_TARGET: "13.3"
OS_TARGET: "osx"
DUNE_USE_FALLBACK_FILESYSTEM: "ON"
defaults:
Expand Down

0 comments on commit 5c55d70

Please sign in to comment.