Skip to content

Commit

Permalink
Fix Metal CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 19, 2023
1 parent 988edc2 commit 012b1ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Cpp Lib
runs-on: ${{ matrix.platform }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Emscripten](https://github.com/pthom/hello_imgui/workflows/Emscripten/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Emscripten.yml)
[![StarterTemplate](https://github.com/pthom/hello_imgui/workflows/StarterTemplate/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/StarterTemplate.yml)
[![Automation](https://github.com/pthom/hello_imgui/workflows/Automation/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Automation.yml)
[![Metal](https://github.com/pthom/hello_imgui/workflows/Metal/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Metal.yml)


# Hello ImGui
Expand Down
1 change: 1 addition & 0 deletions README.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Emscripten](https://github.com/pthom/hello_imgui/workflows/Emscripten/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Emscripten.yml)
[![StarterTemplate](https://github.com/pthom/hello_imgui/workflows/StarterTemplate/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/StarterTemplate.yml)
[![Automation](https://github.com/pthom/hello_imgui/workflows/Automation/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Automation.yml)
[![Metal](https://github.com/pthom/hello_imgui/workflows/Metal/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Metal.yml)


# Hello ImGui
Expand Down

0 comments on commit 012b1ff

Please sign in to comment.