diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1979da0b..4343a6673 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # we want to run the full build on all os: don't cancel running jobs even if one fails fail-fast: false matrix: - os: ['ubuntu-22.04', 'macos-12', 'windows-2022'] + os: ['ubuntu-22.04', 'macos-13', 'windows-2022'] steps: - uses: actions/checkout@v4 - name: Setup node