diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2deb009cef..ea194a9442 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] #, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout repository