Skip to content

Commit

Permalink
update build agents
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 8, 2023
1 parent d89c69d commit 147d4b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ jobs:
strategy:
matrix:
exclude:
- os: macos-10.15
- os: macos-latest
rust_target: x86_64-gnu
- os: macos-10.15
- os: macos-latest
rust_target: x86_64-msvc
- os: windows-2019
- os: windows-latest
rust_target: x86_64-apple-darwin
- os: ubuntu-20.04
- os: ubuntu-latest
rust_target: x86_64-msvc
- os: ubuntu-20.04
- os: ubuntu-latest
rust_target: x86_64-apple-darwin
channel:
- stable
- beta
- nightly
os:
- macos-10.15
- ubuntu-20.04
- windows-2019
- macos-latest
- ubuntu-latest
- windows-latest
rust_target:
- x86_64-gnu
- x86_64-msvc
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

stable:
name: "Tests / Stable"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand All @@ -79,7 +79,7 @@ jobs:

msrv:
name: "Tests / MSRV"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down

0 comments on commit 147d4b3

Please sign in to comment.