diff --git a/README.md b/README.md index b7a0230e7..5f0a68612 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Rider 2021.3+           & - `linuxmint.17`, `linuxmint.18`, `linuxmint.19` - Linux Mint - `debian.10`, `debian.11` - Debian - `centos.7`, `centos.8` - CentOS - - `fedora.32`, `fedora.33`, `fedora.34` - Fedora + - `fedora.32`, `fedora.33`, `fedora.34`, `fedora.35`, `fedora.36` - Fedora - `rhel.7`, `rhel.8` - Redhat - If blank, the operating system running the build is used. Linux Mint 20 is not supported directly yet, so build explicitly against `ubuntu.20.04` instead. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51ad8fce0..9820ec29a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,15 +40,12 @@ jobs: 'Ubuntu 20': containerImage: mcr.microsoft.com/dotnet/sdk:6.0-focal os: ubuntu.20.04 - 'Fedora 34': - containerImage: fedora:34 - os: fedora.34 'Fedora 35': containerImage: fedora:35 - os: fedora.34 + os: fedora.35 'Fedora 36': containerImage: fedora:36 - os: fedora.34 + os: fedora.36 displayName: Linux