Skip to content

Commit

Permalink
Bump target macOS version to 13.0
Browse files Browse the repository at this point in the history
SDL seems to require that.
  • Loading branch information
lmoureaux committed Dec 3, 2023
1 parent 1a32a67 commit e1d8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
runs-on: macos-12
#needs: clang-format
env:
MACOSX_DEPLOYMENT_TARGET: 12.0
MACOSX_DEPLOYMENT_TARGET: 13.0
VCPKG_BUILD_TYPE: release
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1d8f76

Please sign in to comment.