diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1994b1..d757990 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'coatl-dev/homebrew-coatl-dev' strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-13, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew