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