From 883c097d0f2dbf62b5ffd0223c35443d2c47f346 Mon Sep 17 00:00:00 2001 From: "j.belina" Date: Thu, 22 Feb 2024 17:23:46 +0100 Subject: [PATCH] Add more os to test --- .github/workflows/test_fine.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/test_fine.yml b/.github/workflows/test_fine.yml index 3d59d9a..ba3e61a 100644 --- a/.github/workflows/test_fine.yml +++ b/.github/workflows/test_fine.yml @@ -4,22 +4,7 @@ on: inputs: tags: description: 'Manual run' - push: - branches: - - main - - dev - pull_request: - branches: - - main - # Allows to trigger the workflow manually - - schedule: - # * is a special character in YAML so you have to quote this string - # Some Examples for cron syntax https://crontab.guru/examples.html - # Schedules job at any point after 12 pm - - cron: '0 0 * * *' - # Weekly after sunday - # - cron: 0 0 * * 0 + jobs: TestGeokitCondaForge: @@ -28,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest"] + os: ["ubuntu-latest","ubuntu-20.04", "macos-latest","macos-13","macos-12", "macos-11","windows-latest","windows-2019"] # fine-version: ["2.3.4","2.3.3","2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"] fine-version: ["2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"] steps: