Build on MacOS 15 (#728)

This commit is contained in:
Logan McNaughton
2026-04-10 20:21:12 +02:00
committed by GitHub
parent 9f6194d64f
commit 4b54ea279d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ jobs:
overwrite: true
build-macos:
runs-on: macos-26
runs-on: macos-15
strategy:
fail-fast: false
matrix:
@@ -180,7 +180,7 @@ jobs:
@executable_path/../Frameworks/libpng16.16.dylib target/${{ matrix.target }}/release/bundle/osx/Gopher64.app/Contents/Frameworks/libfreetype.6.dylib
env:
NETPLAY_ID: ${{ secrets.NETPLAY_ID }}
MACOSX_DEPLOYMENT_TARGET: "26.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
- name: Sign Bundle Dev
if: ${{ github.ref_type != 'tag' }}
run: |
+1 -1
View File
@@ -58,4 +58,4 @@ identifier = "io.github.gopher64.gopher64"
category = "public.app-category.games"
icon = ["data/icon/gopher64_128x128.png","data/icon/gopher64_256x256.png","data/icon/gopher64_512x512.png"]
osx_frameworks = ["/opt/homebrew/opt/molten-vk/lib/libMoltenVK.dylib","/opt/homebrew/opt/freetype/lib/libfreetype.6.dylib","/opt/homebrew/opt/libpng/lib/libpng16.16.dylib"]
osx_minimum_system_version = "26.0"
osx_minimum_system_version = "15.0"