mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:39:16 +08:00
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:
27
.github/workflows/cross-platform-test.yml
vendored
27
.github/workflows/cross-platform-test.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user