diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e0ea22..486e828 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-12, macos-13, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew