Skip to content

Commit 7c59d22

Browse files
Update CI
1 parent 4b3c23d commit 7c59d22

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ concurrency:
2020
jobs:
2121
test:
2222
name: Test
23-
runs-on: macOS-15
23+
timeout-minutes: 30
24+
runs-on: macos-26
2425
env:
25-
DEVELOPER_DIR: /Applications/Xcode_26.0.app
26+
DEVELOPER_DIR: /Applications/Xcode_26.4.app
2627
strategy:
2728
matrix:
2829
destination:
2930
- "platform=macOS"
3031
- "platform=macOS,variant=Mac Catalyst"
3132
steps:
3233
- name: Checkout
33-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3435
with:
3536
submodules: recursive
3637
- name: Test platform ${{ matrix.destination }}
37-
run: set -o pipefail && xcodebuild -scheme IBeam -destination "${{ matrix.destination }}" test | xcbeautify
38+
run: set -o pipefail && xcodebuild -scheme IBeam -destination "${{ matrix.destination }}" test

0 commit comments

Comments
 (0)