fix: add back in macOS amd64 runners (#10784)

macos-13 runners are depricated adding back in macOS-latest

refs:
https://github.com/actions/runner-images
https://github.com/actions/partner-runner-images
This commit is contained in:
Adam-Aghili
2026-01-06 14:30:28 -05:00
committed by GitHub
parent 769b56c7e0
commit dcaed9887f

View File

@ -89,10 +89,15 @@ jobs:
arch: amd64
runner: ubuntu-latest
python-version: "3.12"
# macOS-13 Brown out
# TODO add macos-15-intel
# https://github.com/actions/runner-images/issues/13046
# https://github.com/godot-rust/gdext/pull/1402
# macOS AMD64
- os: macos
arch: amd64
runner: macos-latest-large
python-version: "3.10"
- os: macos
arch: amd64
runner: macos-latest-large
python-version: "3.12"
# macOS ARM64 (Apple Silicon)
- os: macos
arch: arm64
@ -387,16 +392,18 @@ jobs:
arch: amd64
runner: ubuntu-latest
python-version: "3.13"
# macOS-13 Brown out
# TODO add macos-15-intel
- os: macos
arch: arm64
runner: macos-latest
python-version: "3.13"
- os: windows
arch: amd64
runner: windows-latest
python-version: "3.13"
- os: macos
arch: amd64
runner: macos-latest-large
python-version: "3.13"
- os: macos
arch: arm64
runner: macos-latest
python-version: "3.13"
steps:
- name: Determine install method