Skip to content

Commit

Permalink
Upgrade DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet authored Sep 27, 2023
1 parent 86e6941 commit 6897115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
xcode_version: ["14.3.1", "15.0"]
env:
SWIFTTSC_MACOS_DEPLOYMENT_TARGET: "10.12"
SWIFTTSC_MACOS_DEPLOYMENT_TARGET: "12"
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-13
steps:
Expand Down

0 comments on commit 6897115

Please sign in to comment.