diff options
author | Matt Godbolt <matt@godbolt.org> | 2022-06-20 19:45:12 -0500 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2022-06-20 19:45:12 -0500 |
commit | 8e543e0bb26ef97d179efb1436bbea1c17e50cae (patch) | |
tree | beb8baa883581c3af048b7e312a0754fb63be0f6 | |
parent | c2333355cdfd7a3083f0c4b4a8394e575d6e1a91 (diff) | |
download | compiler-explorer-8e543e0bb26ef97d179efb1436bbea1c17e50cae.tar.gz compiler-explorer-8e543e0bb26ef97d179efb1436bbea1c17e50cae.zip |
Mark swift 5.7 as nightly see #3764gh-3407
-rw-r--r-- | etc/config/swift.amazon.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/config/swift.amazon.properties b/etc/config/swift.amazon.properties index 621225c83..7aacd086a 100644 --- a/etc/config/swift.amazon.properties +++ b/etc/config/swift.amazon.properties @@ -43,8 +43,7 @@ compiler.swift55.semver=5.5 compiler.swift56.exe=/opt/compiler-explorer/swift-5.6/usr/bin/swiftc compiler.swift56.semver=5.6 compiler.swift57nightly.exe=/opt/compiler-explorer/swift-5.7/usr/bin/swiftc -compiler.swift57nightly.semver=5.7 -compiler.swift57nightly.name=5.7 nightly +compiler.swift57nightly.semver=5.7 (nightly) compiler.swiftnightly.exe=/opt/compiler-explorer/swift-nightly/usr/bin/swiftc compiler.swiftnightly.semver=nightly |