From 137ba9454be3bd4da98b96b50ffb2fbec52e4718 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sat, 8 Nov 2025 00:54:30 +0100 Subject: [PATCH] Remove macOS x86 (Intel) from CI --- .github/workflows/full-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index 17dbebb25..71aa01eea 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -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