From c8a1412f8fb47f0a486ece7ca470dfda53264ec3 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Tue, 20 Aug 2024 11:07:57 +0200 Subject: [PATCH] enable macos --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 757b7b9..4637460 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,13 +14,10 @@ jobs: include: - name: Linux os: ubuntu-latest - # artifact: build-Linux release - # - name: macOS - # os: macos-latest - # artifact: build-macOS + - name: macOS + os: macos-latest - name: Windows os: windows-latest - # artifact: build-Windows name: ${{ matrix.name }} runs-on: ${{ matrix.os }} steps: