Use macos-15-intel not macos-latest-large for Intel macOS (#8777)

We can't use macos-latest-large in non paid GitHub account but we can
use macos-15-intel in public repositories. If we use macos-15-intel,
we can run CI jobs for Intel macOS in fork repositories.
This commit is contained in:
Sutou Kouhei
2025-11-27 09:31:24 +09:00
committed by GitHub
parent e3e355d498
commit 6e0dad8c5f

View File

@@ -228,7 +228,7 @@ jobs:
outputs:
digests: ${{ steps.hash.outputs.hashes }}
name: Build Mac (for Intel)
runs-on: macos-latest-large
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v3
- name: cmake