diff --git a/.github/workflows/crazylab-mac-lib-experiment.yml b/.github/workflows/crazylab-mac-lib-experiment.yml new file mode 100644 index 0000000..e06c93b --- /dev/null +++ b/.github/workflows/crazylab-mac-lib-experiment.yml @@ -0,0 +1,9 @@ +name: Crazy Stab Lab Mac Lib experiment 🗡️ + +# Controls when the action will run. +on: + workflow_dispatch: +jobs: + lib_tests_on_mac: + runs-on: [self-hosted, macOS] + timeout-minutes: 120 \ No newline at end of file