Skip to content

Commit

Permalink
Merge pull request #1 from Joehuu/fix-macos-11
Browse files Browse the repository at this point in the history
Fix libveldrid-spirv.dylib not working on macOS 11
  • Loading branch information
peppy committed May 10, 2023
2 parents c5e8498 + 84d1be6 commit 22b7f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build_args: release linux-x64
build_target: linux-x64
artifact_name: build/Release/linux-x64/libveldrid-spirv.so
- os: macos-latest
- os: macos-11
build_args: release osx 'arm64;x86_64'
build_target: osx
artifact_name: build/Release/osx/libveldrid-spirv.dylib
Expand Down

0 comments on commit 22b7f8b

Please sign in to comment.