Skip to content

Commit

Permalink
Merge pull request #16 from daangn/update/david/update-ci
Browse files Browse the repository at this point in the history
Update CI: runs-on latest -> 14 & update destination
  • Loading branch information
GeekTree0101 authored May 13, 2024
2 parents 9284227 + 92a1839 commit f02d599
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 f02d599

Please sign in to comment.