Skip to content

Commit

Permalink
matirx include mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent d468fe8 commit 25d7537
Showing 1 changed file with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,29 @@
# This workflow will install Python dependencies, run tests, lint and rat with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Windows Actions
name: Os Actions
on: [push]
jobs:
windows:
runs-on: ${{ matrix.runner }}
timeout-minutes: 10
strategy:
matrix:
runner: [windows-2022, windows-2019]
python-version: ["3.12"]
include:
- runner: windows-2022
python-version: "3.12"
- runner: windows-2019
python-version: 3.8
- runner: macos-14
python-version: "3.12"
- runner: macos-13
python-version: "3.11"
- runner: macos-12
python-version: "3.10"
- runner: macos-11
python-version: 3.9
- runner: ubuntu-20.04
python-version: 3.8

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 25d7537

Please sign in to comment.