diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa7f835ca79..f536f757790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: config: - { name: Linux, runner-os: ubuntu-latest, ws: gtk, os: linux, native-extension: so } - { name: Windows, runner-os: windows-2019, ws: win32, os: win32, native-extension: dll } - - { name: MacOS, runner-os: macos-latest, ws: cocoa, os: macosx, native-extension: so } + - { name: MacOS, runner-os: macos-latest-large, ws: cocoa, os: macosx, native-extension: so } steps: - uses: actions/checkout@v4 with: