Skip to content

Commit 295f826

Browse files
cmcgee1024kkebo
andauthored
Update .github/workflows/62_snapshot_check.yml
Co-authored-by: Kenta Kubo <[email protected]>
1 parent 87ae6e1 commit 295f826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/62_snapshot_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build and Test
2323
# UBI 9 and Ubuntu 20.04 - See https://github.com/swiftlang/swift/issues/80908
2424
# UBI 9 - See https://github.com/swiftlang/swift/issues/80909
25-
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +main-snapshot swift build --build-tests; elif [[ "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swiftly run +main-snapshot swift build --build-tests; else swiftly run +main-snapshot swift test; fi'
25+
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +6.2-snapshot swift build --build-tests; elif [[ "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swiftly run +6.2-snapshot swift build --build-tests; else swiftly run +6.2-snapshot swift test; fi'
2626

2727
tests-selfhosted-macos:
2828
name: Test (Smoke Test - Nightly Swift Toolchain) / macOS Sequoia ARM64

0 commit comments

Comments
 (0)