Skip to content

Commit 562df04

Browse files
authored
Merge pull request #1402 from godot-rust/qol/remove-macos-x86-ci
Remove macOS x86 (Intel) from CI
2 parents 582d900 + 137ba94 commit 562df04

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/full-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -243,24 +243,6 @@ jobs:
243243
include:
244244
# macOS -- for the unintuitive naming, see https://github.com/actions/runner-images?tab=readme-ov-file#available-images
245245

246-
- name: macos-x86
247-
os: macos-13
248-
artifact-name: macos-x86-nightly
249-
godot-binary: godot.macos.editor.dev.x86_64
250-
hot-reload: stable
251-
252-
- name: macos-double-x86
253-
os: macos-13
254-
artifact-name: macos-double-x86-nightly
255-
godot-binary: godot.macos.editor.dev.double.x86_64
256-
rust-extra-args: --features godot/api-custom,godot/double-precision
257-
258-
- name: macos-x86-4.4
259-
os: macos-13
260-
artifact-name: macos-x86-4.4
261-
godot-binary: godot.macos.editor.dev.x86_64
262-
godot-prebuilt-patch: '4.4'
263-
264246
- name: macos-arm
265247
os: macos-latest
266248
artifact-name: macos-arm-nightly

0 commit comments

Comments
 (0)