Skip to content

Commit

Permalink
Update Checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Jan 12, 2025
1 parent a8713c3 commit 829d161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

jobs:
test:
runs-on: macos-14
runs-on: macos-15

steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "16.1"
xcode-version: "16.2"
- uses: actions/checkout@v2
- name: xcbeautify
run: brew install xcbeautify
- name: Run Test
run: set -o pipefail && xcodebuild -scheme Normalization test -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1' | xcbeautify

0 comments on commit 829d161

Please sign in to comment.