From 434ff16941fc450ae8fcf27fad0b7edd76fda017 Mon Sep 17 00:00:00 2001 From: Pierluigi Cifani Date: Wed, 30 Oct 2024 15:03:30 +0100 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 080708a7..8838d12b 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,6 +13,6 @@ jobs: with: lfs: true - name: Test BSWInterfaceKit iOS - run: set -o pipefail && xcodebuild -scheme BSWInterfaceKit -destination "platform=iOS Simulator,name=iPhone 16,OS=18.0" test | xcbeautify --renderer github-actions + run: set -o pipefail && xcodebuild -scheme BSWInterfaceKit -destination "platform=iOS Simulator,name=iPhone 16,OS=18.1" test | xcbeautify --renderer github-actions - name: Build BSWInterfaceKit macOS run: set -o pipefail && swift build | xcbeautify --renderer github-actions