Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,24 +243,6 @@ jobs:
include:
# macOS -- for the unintuitive naming, see https://github.com/actions/runner-images?tab=readme-ov-file#available-images

- name: macos-x86
os: macos-13
artifact-name: macos-x86-nightly
godot-binary: godot.macos.editor.dev.x86_64
hot-reload: stable

- name: macos-double-x86
os: macos-13
artifact-name: macos-double-x86-nightly
godot-binary: godot.macos.editor.dev.double.x86_64
rust-extra-args: --features godot/api-custom,godot/double-precision

- name: macos-x86-4.4
os: macos-13
artifact-name: macos-x86-4.4
godot-binary: godot.macos.editor.dev.x86_64
godot-prebuilt-patch: '4.4'

- name: macos-arm
os: macos-latest
artifact-name: macos-arm-nightly
Expand Down
Loading