From e56eabe981334e6655e2001a9eb79c2a2ec6412a Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 9 Mar 2025 23:48:28 +0100 Subject: [PATCH] Enable macos for CI again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414f513..829cc9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: test: strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ macos-latest, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout