diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b66478..239843a 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: @@ -56,6 +57,7 @@ jobs: matrix: os: - ubuntu-latest + - macos-13 - macos-latest - windows-latest steps: @@ -80,6 +82,7 @@ jobs: matrix: os: - ubuntu-latest + - macos-13 - macos-latest - windows-latest steps: @@ -109,6 +112,7 @@ jobs: matrix: os: - ubuntu-latest + - macos-13 - macos-latest - windows-latest steps: @@ -181,7 +185,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