Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Rokon Uddin authored Sep 29, 2023
1 parent f3651c9 commit 3ee5e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee5e9b

Please sign in to comment.