diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b66478..07febe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: matrix: os: - ubuntu-latest + - macos-13 - macos-latest - windows-latest version: @@ -181,7 +182,13 @@ jobs: uses: crazy-max/ghaction-dump-context@v2 build-macos: - runs-on: macos-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: + - macos-13 + - macos-latest steps: - name: Checkout