From b90e29c54f947295ad32fc229f05b197e6599755 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 12 Aug 2024 21:39:18 -0300 Subject: [PATCH] remove ioS 18 test from ios17 workflow --- .github/workflows/ios17.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ios17.yml b/.github/workflows/ios17.yml index 07768ea..91679cc 100644 --- a/.github/workflows/ios17.yml +++ b/.github/workflows/ios17.yml @@ -25,5 +25,3 @@ jobs: run: ./build.sh - name: Test iOS 17.5 run: ./test.sh "Fuse iOS 17.5" "17.5" "iPhone 15" - - name: Test iOS 18.0 - run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15"