From e2e992cdae6723706449516c1699ba818e964e10 Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Sun, 9 Jan 2022 08:02:06 +0300 Subject: [PATCH 1/2] Use fixed runners OS version in CI (#120) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ab98af..febd29b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: windows-build: - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout @@ -234,7 +234,7 @@ jobs: mac-build: - runs-on: macos-latest + runs-on: macos-10.15 steps: @@ -294,7 +294,7 @@ jobs: trigger_autorebase: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [linux-build, windows-build, mac-build] From e78552a664a59af035f4c8fe6618fe4a8bb4015f Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Fri, 11 Feb 2022 18:37:07 +0300 Subject: [PATCH 2/2] Update .NET to version 6.0.2 --- global.json | 2 +- runtime.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 04702084..e0a11efb 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.100" + "version": "6.0.102" } } diff --git a/runtime.csproj b/runtime.csproj index d4931796..53402467 100644 --- a/runtime.csproj +++ b/runtime.csproj @@ -4,18 +4,18 @@ net6.0 - 6.0.0 + 6.0.2 - https://download.visualstudio.microsoft.com/download/pr/3cc56ba5-399e-455a-9e36-3d384e1af246/92cc0b1f002350c18262a06f5a99bbc1/aspnetcore-runtime-6.0.0-win-x64.zip + https://download.visualstudio.microsoft.com/download/pr/9f160a60-8393-4d8a-a05d-5b2276bb9b17/8bde8c2366c2afb86d30716064153b9f/aspnetcore-runtime-6.0.2-win-x64.zip - https://download.visualstudio.microsoft.com/download/pr/a8dd1c9d-1a47-4135-8ad8-7091ff6bbe1e/6af53c3eee71038248937daf4599f06a/aspnetcore-runtime-6.0.0-linux-x64.tar.gz + https://download.visualstudio.microsoft.com/download/pr/26078483-7a4c-4113-8c39-eab5ee24f10f/3c2d24a5c71179af652cc92e8b57eb5f/aspnetcore-runtime-6.0.2-linux-x64.tar.gz - https://download.visualstudio.microsoft.com/download/pr/27e5cf62-0d07-44cd-a057-425887434b9e/5f87e0c4d9be2151a2d0c9efc4530751/aspnetcore-runtime-6.0.0-osx-x64.tar.gz + https://download.visualstudio.microsoft.com/download/pr/d4c3fc11-b8c5-4e5f-91e7-ee47be5737ca/35f7c55f53d8bb2e8f950b00078f57e4/aspnetcore-runtime-6.0.2-osx-x64.tar.gz