Skip to content

Commit d82ae47

Browse files
committed
CI: Bump minimum macOS version to 13.0
Qt's minimum is 13, and I don't particularly feel like debugging issues created if I work around it for an OS that hasn't been supported in over a year.
1 parent a038c88 commit d82ae47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mkdir build
6262
cd build
63-
export MACOSX_DEPLOYMENT_TARGET=11.0
63+
export MACOSX_DEPLOYMENT_TARGET=13.0
6464
cmake -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENGL=OFF -DCMAKE_PREFIX_PATH="$HOME/deps" -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -G Ninja ..
6565
cmake --build . --parallel
6666
mv bin/DuckStation.app .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You will need to re-add your game directories after switching to the AppImage.
114114

115115
Universal macOS builds are provided for both x86_64 (Intel) and ARM64 (Apple Silicon).
116116

117-
macOS Big Sur (11.0) is required, as this is also the minimum requirement for Qt.
117+
macOS Ventura (13.0) is required, as this is also the minimum requirement for Qt.
118118

119119
To download:
120120
- Go to https://github.com/stenzek/duckstation/releases/tag/latest, and download `duckstation-mac-release.zip`.

0 commit comments

Comments
 (0)