diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28e51dcb..38bbf225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/Cargo.toml b/Cargo.toml index 78e0860d..7dd31f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"