Skip to content

Commit

Permalink
Update macOS and Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pixyzehn committed Sep 27, 2024
1 parent ee8cdb4 commit 910715f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:

jobs:
tests:
runs-on: macOS-14
runs-on: macOS-15
timeout-minutes: 10
strategy:
matrix:
xcode:
- 15.4
- 16.0
steps:
- uses: actions/checkout@v3

Expand All @@ -25,4 +25,4 @@ jobs:

- name: Run test
run: |
xcodebuild test -scheme CustomRepeatDate -destination platform="iOS Simulator,name=iPhone 15 Pro"
xcodebuild test -scheme CustomRepeatDate -destination platform="iOS Simulator,name=iPhone 16 Pro"

0 comments on commit 910715f

Please sign in to comment.