Skip to content

Commit ce65c20

Browse files
committed
Stop running the trunk snapshots on the macOS 13 CI, as they no longer work there:
see swiftlang/swift-package-manager#8991
1 parent c73b432 commit ce65c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sdks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
version: [release, devel, trunk]
1414
os: [ubuntu-24.04, macos-13]
15+
exclude:
16+
- version: trunk
17+
os: macos-13
1518
env:
1619
ANDROID_API_LEVEL: 24
1720
BUNDLE_VERSION: 0.1

0 commit comments

Comments
 (0)