diff --git a/README.md b/README.md index b71a153..55005bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [Swift Community-Hosted CI](https://ci-external.swift.org) is an extension of Swift CI that allows the community to add additional platforms. Community members can volunteer to host new platforms and they are responsible for maintaining the host nodes. The maintainer will provide a build preset which will be periodically built on the node. This allows the Swift community to see the impact of changes on a greater range of platforms. ## Current List of Nodes - * Fedora 33 + * Fedora 35 * Fedora Rawhide * ARMv7 for Debian "Stretch" * Ubuntu 16.04 diff --git a/nodes/x86_64_fedora_34.json b/nodes/x86_64_fedora_35.json similarity index 71% rename from nodes/x86_64_fedora_34.json rename to nodes/x86_64_fedora_35.json index 36c7cb2..7e9922a 100644 --- a/nodes/x86_64_fedora_34.json +++ b/nodes/x86_64_fedora_35.json @@ -6,11 +6,11 @@ }, "node": { "platform": "x86_64", - "os_version": "Fedora 34" + "os_version": "Fedora 35" }, "jobs": [ { - "display_name": "Swift - Fedora 34 Linux x86_64 (main)", + "display_name": "Swift - Fedora 35 Linux x86_64 (main)", "branch": "main", "preset": "buildbot_linux,no_test" }