fix: set macOS (Intel) runner to macos-15-intel (#1960)

This is the last version supported by GitHub Actions for macOS x86_64. 
The runner image `macos-13` is now deprecated.  See
https://github.com/actions/runner-images/issues/13046.

For Apple Silicon the runner image is already set to `macos-latest`.
This commit is contained in:
Sina Hinderks
2025-12-08 03:22:52 +01:00
committed by GitHub
parent e027c602f0
commit 9fa6a7f9d6

View File

@@ -13,7 +13,7 @@ jobs:
os: windows-2022
runtime: win-arm64
- name: macOS (Intel)
os: macos-13
os: macos-15-intel
runtime: osx-x64
- name: macOS (Apple Silicon)
os: macos-latest