Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulkan-headers v1.3.231.1 #1

Merged
merged 2 commits into from
Jan 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "vulkan-headers" %}
{% set version = "1.3.216.0" %}
{% set version = "1.3.231.1" %}

package:
name: {{ name }}
Expand All @@ -10,7 +10,7 @@ package:
# See https://github.com/KhronosGroup/Vulkan-Headers#version-tagging-scheme
source:
url: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-{{ version }}.tar.gz
sha256: 2c98d1d819fde588fb0f71acebea177f805b3efa26e8260a707a94b1e633be6b
sha256: 6e16051ccb28821b907a08025eedb82cc73e1056924b32f75880ecae2499f7f6

build:
number: 0
Expand Down