Skip to content

Commit f2c10e6

Browse files
committed
Remove Xcode 15 validation
1 parent a467ab9 commit f2c10e6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -267,25 +267,6 @@ SPM Build (Swift 5.10):
267267
- make spm-build-macos
268268
- make spm-build-watchos
269269

270-
SPM Build (Swift 5.9):
271-
stage: smoke-test
272-
rules:
273-
- !reference [.test-pipeline-job, rules]
274-
- !reference [.release-pipeline-job, rules]
275-
tags:
276-
- macos:ventura
277-
- specific:true
278-
variables:
279-
XCODE: "15.2.0"
280-
script:
281-
- ./tools/runner-setup.sh --xcode "$XCODE" --iOS --tvOS --visionOS --watchOS
282-
- make clean repo-setup ENV=ci
283-
- make spm-build-ios
284-
- make spm-build-tvos
285-
- make spm-build-visionos
286-
- make spm-build-macos
287-
- make spm-build-watchos
288-
289270
SPI Docs Build:
290271
stage: lint
291272
rules:

0 commit comments

Comments
 (0)