Include macos in ci matrix

Former-commit-id: 2d68632624
This commit is contained in:
Malte Rosenbjerg 2023-01-31 23:11:08 +01:00
parent cebc55bf73
commit 78105852f1

View file

@ -15,8 +15,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest] os: [windows-latest, ubuntu-latest, macos-latest]
timeout-minutes: 6 timeout-minutes: 7
steps: steps:
- name: Checkout - name: Checkout