Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2022-10-31 20:57:42 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-11-01 02:19:23 +0300
commitb8b1f575afb7b3da3fa8ddbe6ca5f0ad7a2d4ac0 (patch)
tree1ab6089fcbd8bd01e9dad67982ba465612f01f17
parentd1db6c5bce9ed474ca124f0bffed9aa2468f3973 (diff)
Use macos-11 in github actions to work around bugs
There seems to be an incompatible change in macos-12 which breaks the loader's test framework. While this is being resolved, move the github actions runners from the latest to only using 11.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e560b90d2..fabcdee3f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
run: python scripts/generate_source.py --verify external/Vulkan-Headers/registry
mac:
- runs-on: macos-latest
+ runs-on: macos-11
strategy:
matrix: