diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index f2a7bf73d..4f3deb79f 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -28,9 +28,8 @@ concurrency: jobs: macos: - name: test macos with libevent - runs-on: macos-latest - + name: macOS with Libevent + strategy: fail-fast: false matrix: @@ -40,6 +39,8 @@ jobs: tls: [ 'true', 'false' ] def_debug: [ 'true', 'false' ] + runs-on: ${{ matrix.os }} + steps: - name: Install dependencies (macOS) if: contains(matrix.os, 'macos')