From 4e1590b9749f35766ecae33d36dc1fcbcad5dcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 18 Apr 2023 20:04:25 +0200 Subject: [PATCH] Create test4.yml --- .github/workflows/test4.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test4.yml diff --git a/.github/workflows/test4.yml b/.github/workflows/test4.yml new file mode 100644 index 00000000..c9282e81 --- /dev/null +++ b/.github/workflows/test4.yml @@ -0,0 +1,12 @@ +name: Run them all +on: + workflow_dispatch: + +jobs: + example_matrix: + strategy: + matrix: + version: [10, 12, 14] + steps: + - name: Install Homebrew + run: echo ${{ matrix.version }}