diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df735b7f..8e18be7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,9 +102,9 @@ jobs: strategy: matrix: os: - - ubuntu-latest - - windows-latest - - macos-latest + - ubuntu-latest + - windows-latest + - macos-13 fail-fast: false runs-on: ${{ matrix.os }} steps: