From d72ebaacd01a39b0c791e36b45dc63f70a65bc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Thu, 14 Jan 2021 12:49:21 +0100 Subject: [PATCH] Use the oldest available OS in Linux and Mac CI and the newest on Windows --- .github/workflows/linux.yml | 4 ++-- .github/workflows/mac.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1f8ceea91..cd13e30ca 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 @@ -128,7 +128,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index f076ac214..c37fa0300 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -10,7 +10,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: macos-latest + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 @@ -53,7 +53,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: macos-latest + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 75806eb69..9e87288bd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,7 +10,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -149,7 +149,7 @@ jobs: matrix: toolchain: [ stable ] type: [ release ] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2