Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-04-14 15:54:45 +01:00
parent b19061d8a4
commit 50b5c8acde
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -42,3 +42,9 @@ jobs:
needs: fetch
name: macOS
uses: ./.github/workflows/build_macos.yaml
complete:
needs: [windows, linux, macos]
runs-on: ubuntu-22.04
steps:
- run: echo "Tests successful"