Skip to content

Commit

Permalink
removed opengl test for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirulogeswaren authored Aug 30, 2024
1 parent 1aa0745 commit 2732499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
prj: [ BlankApp, HelloTriangle, SpinningCube, ModelLoading ]
rhi: [ metal, opengl ] # TODO: Add vulkan
rhi: [ metal ] # TODO: Add vulkan

steps:
- name: Get current date as package key
Expand Down

0 comments on commit 2732499

Please sign in to comment.