Skip to content

Commit 147d4b3

Browse files
committed
update build agents
1 parent d89c69d commit 147d4b3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ jobs:
2222
strategy:
2323
matrix:
2424
exclude:
25-
- os: macos-10.15
25+
- os: macos-latest
2626
rust_target: x86_64-gnu
27-
- os: macos-10.15
27+
- os: macos-latest
2828
rust_target: x86_64-msvc
29-
- os: windows-2019
29+
- os: windows-latest
3030
rust_target: x86_64-apple-darwin
31-
- os: ubuntu-20.04
31+
- os: ubuntu-latest
3232
rust_target: x86_64-msvc
33-
- os: ubuntu-20.04
33+
- os: ubuntu-latest
3434
rust_target: x86_64-apple-darwin
3535
channel:
3636
- stable
3737
- beta
3838
- nightly
3939
os:
40-
- macos-10.15
41-
- ubuntu-20.04
42-
- windows-2019
40+
- macos-latest
41+
- ubuntu-latest
42+
- windows-latest
4343
rust_target:
4444
- x86_64-gnu
4545
- x86_64-msvc
@@ -69,7 +69,7 @@ jobs:
6969

7070
stable:
7171
name: "Tests / Stable"
72-
runs-on: ubuntu-20.04
72+
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout sources
7575
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -79,7 +79,7 @@ jobs:
7979

8080
msrv:
8181
name: "Tests / MSRV"
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-latest
8383
steps:
8484
- name: Checkout sources
8585
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

0 commit comments

Comments
 (0)