Skip to content

Commit 4bcc69d

Browse files
committed
ci: disable tests until macOS 26 runners are available
The macos-15 runners can build with Xcode 26 but cannot run macOS 26 binaries (missing DarwinFoundation2 runtime).
1 parent 2bb9fcb commit 4bcc69d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
build-and-test:
10+
build:
1111
runs-on: macos-15
1212
steps:
1313
- uses: actions/checkout@v4
@@ -21,5 +21,6 @@ jobs:
2121
- name: Build
2222
run: swift build
2323

24-
- name: Test
25-
run: swift test --filter MTPCoreTests
24+
# Tests require macOS 26 runtime; enable when runners are available
25+
# - name: Test
26+
# run: swift test --filter MTPCoreTests

0 commit comments

Comments
 (0)