diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 004f4a622e..7bee29995e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -391,7 +391,7 @@ jobs: fail-fast: false matrix: features: [tiny, normal, huge] - runner: [macos-13, macos-15] + runner: [macos-15-intel, macos-15] steps: - name: Checkout repository from github @@ -403,12 +403,6 @@ jobs: brew install lua libtool echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV - - name: Set up Xcode - if: matrix.runner == 'macos-15' - run: | - # Xcode 16 has compiler bugs which are fixed in 16.2+ - sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - - name: Set up environment run: | (