Merge pull request #2 from godotengine/moltenvk-1.2.11

Update MoltenVK to 1.2.11 (used in SDK 1.3.296 to 1.4.313)
This commit is contained in:
Rémi Verschelde
2025-06-06 00:00:42 +02:00
committed by GitHub
2 changed files with 7 additions and 8 deletions

View File

@@ -16,18 +16,17 @@ on:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
jobs:
build:
runs-on: macos-15
strategy:
matrix:
xcode: [ "15.0" ]
xcode: [ "16.4" ]
platform: [ "all" ]
os: [ "macos-13" ]
upload_artifacts: [ true ]
fail-fast: false
name: 'MoltenVK (Xcode ${{ matrix.xcode }} - ${{ matrix.platform }})'
runs-on: ${{ matrix.os }}
env:
XCODE_DEV_PATH: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
@@ -107,14 +106,14 @@ jobs:
# To reduce artifact size, don't include any stand-alone shader converter binaries.
run: |
rm -rf Package/Release/MoltenVKShaderConverter
tar -C Package -s/Release/MoltenVK/ -cvf "MoltenVK-${{ matrix.platform }}.tar" Release/
tar -C Package -s/Release/MoltenVK/ -cvJf "MoltenVK-${{ matrix.platform }}.tar.xz" Release/
- name: Upload Artifacts
if: success() && matrix.upload_artifacts == true
uses: actions/upload-artifact@v4
with:
name: "MoltenVK-${{ matrix.platform }}"
path: "MoltenVK/MoltenVK-${{ matrix.platform }}.tar"
path: "MoltenVK/MoltenVK-${{ matrix.platform }}.tar.xz"
release:
name: 'Release'