From d98792c94bb2252f2ad5ea6ea7706546ed4f8236 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Mon, 22 Jan 2024 23:08:19 +0100 Subject: [PATCH] Disabled ios-sfml-graphics CI job was still being referenced --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81258444f..32ac40bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -944,7 +944,8 @@ jobs: # I've decided to just put the nightly build code in this file as well. nightly-build-windows-visual-studio: if: github.event_name == 'push' && github.ref == 'refs/heads/1.x' - needs: [linux, linux-latest-dev, linux-oldest, linux-per-backend, windows-sfml-sdl, windows-oldest, windows-clang, windows-static-mt, macos, android-sdl, android-sfml-graphics, ios-sfml-graphics, ios-sdl] + #needs: [linux, linux-latest-dev, linux-oldest, linux-per-backend, windows-sfml-sdl, windows-oldest, windows-clang, windows-static-mt, macos, android-sdl, android-sfml-graphics, ios-sfml-graphics, ios-sdl] + needs: [linux, linux-latest-dev, linux-oldest, linux-per-backend, windows-sfml-sdl, windows-oldest, windows-clang, windows-static-mt, macos, android-sdl, android-sfml-graphics, ios-sdl] runs-on: windows-2019 env: SFML_VERSION: 2.6.1