There was an error while loading. Please reload this page.
1 parent 4b3c23d commit 7c59d22Copy full SHA for 7c59d22
1 file changed
.github/workflows/ci.yml
@@ -20,18 +20,19 @@ concurrency:
20
jobs:
21
test:
22
name: Test
23
- runs-on: macOS-15
+ timeout-minutes: 30
24
+ runs-on: macos-26
25
env:
- DEVELOPER_DIR: /Applications/Xcode_26.0.app
26
+ DEVELOPER_DIR: /Applications/Xcode_26.4.app
27
strategy:
28
matrix:
29
destination:
30
- "platform=macOS"
31
- "platform=macOS,variant=Mac Catalyst"
32
steps:
33
- name: Checkout
- uses: actions/checkout@v4
34
+ uses: actions/checkout@v6
35
with:
36
submodules: recursive
37
- name: Test platform ${{ matrix.destination }}
- 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