|
18 | 18 | - stable-x86_64-unknown-linux-gnu |
19 | 19 |
|
20 | 20 | name: Rustfmt (${{ matrix.toolchain }}) |
21 | | - runs-on: ubuntu-18.04 |
| 21 | + runs-on: ubuntu-20.04 |
22 | 22 |
|
23 | 23 | steps: |
24 | 24 | - name: Checkout |
@@ -51,11 +51,11 @@ jobs: |
51 | 51 | - stable-x86_64-unknown-linux-gnu |
52 | 52 | include: |
53 | 53 | - { toolchain: 1.42.0-x86_64-pc-windows-msvc , os: windows-2019 } |
54 | | - - { toolchain: 1.42.0-x86_64-apple-darwin , os: macos-10.15 } |
55 | | - - { toolchain: 1.42.0-x86_64-unknown-linux-gnu, os: ubuntu-18.04 } |
| 54 | + - { toolchain: 1.42.0-x86_64-apple-darwin , os: macos-11 } |
| 55 | + - { toolchain: 1.42.0-x86_64-unknown-linux-gnu, os: ubuntu-20.04 } |
56 | 56 | - { toolchain: stable-x86_64-pc-windows-msvc , os: windows-2019 } |
57 | | - - { toolchain: stable-x86_64-apple-darwin , os: macos-10.15 } |
58 | | - - { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-18.04 } |
| 57 | + - { toolchain: stable-x86_64-apple-darwin , os: macos-11 } |
| 58 | + - { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-20.04 } |
59 | 59 |
|
60 | 60 | name: Build (${{ matrix.toolchain }}) |
61 | 61 | runs-on: ${{ matrix.os }} |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | - '3.8' # https://packages.ubuntu.com/focal/python3 |
105 | 105 |
|
106 | 106 | name: Expand_test (${{ matrix.toolchain }}, ${{ matrix.python-version }}) |
107 | | - runs-on: ubuntu-18.04 |
| 107 | + runs-on: ubuntu-20.04 |
108 | 108 |
|
109 | 109 | steps: |
110 | 110 | - name: Checkout |
|
0 commit comments