From 3ee5e9b3e318545597c4b0fa1998a1067e651d52 Mon Sep 17 00:00:00 2001 From: Mohammed Rokon Uddin Date: Fri, 29 Sep 2023 07:33:56 +0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a8b0ba..168f039 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,16 +9,16 @@ on: jobs: build: name: Build project - runs-on: macos-12 + runs-on: macos-latest strategy: matrix: - destination: ['platform=iOS Simulator,OS=16.1,name=iPhone 14'] + destination: ['platform=iOS Simulator,OS=17.0,name=iPhone 15'] steps: - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 + uses: maxim-lobanov/setup-xcode@v1.4.0 with: - xcode-version: latest + xcode-version: latest-stable - name: Checkout uses: actions/checkout@v2 - name: Build