Skip to content

Commit

Permalink
refact: runs-on latest -> 14 & update destination
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed May 13, 2024
1 parent 9284227 commit 92a1839
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on:
jobs:
build:
name: Run PR-CI
runs-on: macOS-latest
runs-on: macos-14
env:
SCHEME: SushiBelt
SDK: iphonesimulator
DESTINATION: platform=iOS Simulator,name=iPhone 13 Pro,OS=latest

DESTINATION: platform=iOS Simulator,name=iPhone 15,OS=17.2
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 92a1839

Please sign in to comment.