Skip to content

Commit c6b59d4

Browse files
committed
.env/ci: update target to 26.3
1 parent d56af3e commit c6b59d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX="${PREFIX:-/opt/local}"
55
STOWDIR="${PREFIX}/stow"
66
PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig"
77
CMAKE_GENERATOR="Ninja"
8-
CMAKE_POLICY_VERSION_MINIMUM="4.1"
9-
MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-26.2}"
8+
CMAKE_POLICY_VERSION_MINIMUM="4.2"
9+
MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-26.3}"
1010
CFLAGS="-mcpu=native"
1111
CXXFLAGS="${CFLAGS}"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Select Xcode
2929
run: |
30-
sudo xcode-select -s /Applications/Xcode_26.2.app
30+
sudo xcode-select -s /Applications/Xcode_26.3.app
3131
xcodebuild -version
3232
3333
- name: Create Stow Directory
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build & Install
4848
run: ./build-all --bundle
4949
env:
50-
MACOSX_DEPLOYMENT_TARGET: 26.2
50+
MACOSX_DEPLOYMENT_TARGET: 26.3
5151

5252
- name: Print Summary
5353
run: |

0 commit comments

Comments
 (0)