From ec026aec7097fc3e6627ef780d85bf96def652f1 Mon Sep 17 00:00:00 2001 From: arushsoel Date: Fri, 19 Jul 2024 21:16:51 +0530 Subject: [PATCH 1/2] controlling the matrix --- .github/workflows/python-installation.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index eeb8ac21..520b219c 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -4,10 +4,14 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-12] + py-version: [3.7, 3.8, 3.9] + runs-on: ${{ matrix.os}} steps: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: ${{matrix.py-version }} \ No newline at end of file From 566ce068fd249bc640298d6458367ea64ebf0e5b Mon Sep 17 00:00:00 2001 From: arushsoel Date: Fri, 19 Jul 2024 21:20:26 +0530 Subject: [PATCH 2/2] pushing again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d819d904..c22f4382 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# lab2 \ No newline at end of file +# lab2 push \ No newline at end of file