File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,11 @@ jobs:
203203 matrix :
204204 include :
205205 # https://github.com/actions/runner-images/tree/main/images/macos
206- # Note: To test macOS-x with Intel architecture,
207- # you need to use the paid macOS-x-large runner, as macOS-x is grouped with ARM-based runners.
208- # https://docs.github.com/en/actions/concepts/runners/about-larger-runners
209- - runs-on : macos-13 # Intel (x64)
206+ # Note: macos-13 is deprecated and will be retired by December 4, 2025
207+ # https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
208+ # Using macos-15-intel for Intel x86_64 architecture testing
209+ # macos-latest (ARM-based Apple Silicon) for general testing
210+ - runs-on : macos-15-intel # Intel (x64) - replacement for deprecated macos-13
210211 - runs-on : macos-14 # ARM64 (Apple Silicon)
211212 - runs-on : macos-15 # ARM64 (Apple Silicon)
212213 fail-fast : false
You can’t perform that action at this time.
0 commit comments