From 1537c61aad792ada571765d729dd20f4bd01cdc4 Mon Sep 17 00:00:00 2001 From: surenpoghosian <56313895+surenpoghosian@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:56:03 +0400 Subject: [PATCH] Update ios.yml --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 9341a92..3d06a5b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Build and Test default scheme using any available iPhone simulator - runs-on: macos-ventura + runs-on: macos-latest steps: - name: Checkout