diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cf306c..e732af0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - os: [macos-latest-xlarge, macos-latest-large, ubuntu-latest, windows-latest] + os: [macos-latest, macos-13, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }}