From 78105852f1029da5ee29c6f33c035a51d85f1e1b Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Tue, 31 Jan 2023 23:11:08 +0100 Subject: [PATCH] Include macos in ci matrix Former-commit-id: 2d686326243cf71622ffc22ca2341c83da5f8f89 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0a7a45..9c6c98f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest] - timeout-minutes: 6 + os: [windows-latest, ubuntu-latest, macos-latest] + timeout-minutes: 7 steps: - name: Checkout