From 00b35a122bcc4e694016f281ce28651a7ec527c3 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 25 Aug 2024 20:57:56 +0300 Subject: [PATCH] Fix CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a193a83..7237f55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -257,7 +257,7 @@ jobs: - name: Build (iPhone 14) run: | cd platforms/ios - xcodebuild build -scheme wasm3 -project wasm3.xcodeproj -configuration Release -destination 'platform=iOS Simulator,name=iPhone 14,OS=18.0' + xcodebuild build -scheme wasm3 -project wasm3.xcodeproj -configuration Release -destination 'platform=iOS Simulator,name=iPhone 14,OS=18.1' android: runs-on: ubuntu-latest