mirror of
https://github.com/godotengine/moltenvk-osxcross.git
synced 2025-12-31 13:48:31 +03:00
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:
13
.github/workflows/CI.yml
vendored
13
.github/workflows/CI.yml
vendored
@@ -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'
|
||||
|
||||
2
MoltenVK
2
MoltenVK
Submodule MoltenVK updated: bf097edc74...81541f6488
Reference in New Issue
Block a user