Skip to content

Commit

Permalink
Add more os to test
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbelina committed Feb 22, 2024
1 parent 816f6e5 commit 883c097
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/test_fine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 883c097

Please sign in to comment.