1
0
Fork 0
mirror of synced 2024-05-01 11:02:53 +12:00

Use the oldest available OS in Linux and Mac CI and the newest on Windows (#206)

This commit is contained in:
Rafał Mikrut 2021-01-14 13:26:43 +01:00 committed by GitHub
parent 7ec665ab7a
commit 6cb92871ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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