Skip to content

Commit ce90479

Browse files
committed
Test latest and nightly-latest against Swift 5.7.1
1 parent d52e657 commit ce90479

8 files changed

+8
-4
lines changed

.github/workflows/__export-file-baseline-information.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-autobuild.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/export-file-baseline-information.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Tests that file baseline information is exported when the feature
33
versions: ["nightly-latest"]
44
steps:
55
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
6-
if: runner.os != 'Windows'
6+
if: runner.os != 'Windows' && matrix.version == 'cached'
77
with:
88
swift-version: "5.7"
99
- uses: ./../action/init

pr-checks/checks/multi-language-autodetect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
66
steps:
77
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
8-
if: runner.os != 'Windows'
8+
if: matrix.version == 'cached'
99
with:
1010
swift-version: "5.7"
1111

pr-checks/checks/swift-autobuild.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
88
steps:
99
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
10+
if: matrix.version == 'cached'
1011
with:
1112
swift-version: "5.7"
1213
- uses: ./../action/init

pr-checks/checks/swift-custom-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
88
steps:
99
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
10+
if: matrix.version == 'cached'
1011
with:
1112
swift-version: "5.7"
1213
- uses: ./../action/init

0 commit comments

Comments
 (0)