Skip to content

Commit d051f60

Browse files
authored
Merge pull request #246 from giginet/ci-xcode-26
[CI] Test with Xcode 26
2 parents 03de59c + 7b4bfaf commit d051f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
- '*'
1010
jobs:
1111
Tests:
12-
timeout-minutes: 15
12+
timeout-minutes: 20
1313
strategy:
1414
matrix:
1515
xcode_version:
1616
- "16.4" # 6.1.2
17+
- "26.0.1" # 6.2
1718
env:
1819
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
1920
runs-on: macos-15

0 commit comments

Comments
 (0)