update build agents

This commit is contained in:
KodrAus 2023-05-08 11:23:07 +10:00
parent d89c69de98
commit 147d4b3314

View File

@ -22,24 +22,24 @@ jobs:
strategy: strategy:
matrix: matrix:
exclude: exclude:
- os: macos-10.15 - os: macos-latest
rust_target: x86_64-gnu rust_target: x86_64-gnu
- os: macos-10.15 - os: macos-latest
rust_target: x86_64-msvc rust_target: x86_64-msvc
- os: windows-2019 - os: windows-latest
rust_target: x86_64-apple-darwin rust_target: x86_64-apple-darwin
- os: ubuntu-20.04 - os: ubuntu-latest
rust_target: x86_64-msvc rust_target: x86_64-msvc
- os: ubuntu-20.04 - os: ubuntu-latest
rust_target: x86_64-apple-darwin rust_target: x86_64-apple-darwin
channel: channel:
- stable - stable
- beta - beta
- nightly - nightly
os: os:
- macos-10.15 - macos-latest
- ubuntu-20.04 - ubuntu-latest
- windows-2019 - windows-latest
rust_target: rust_target:
- x86_64-gnu - x86_64-gnu
- x86_64-msvc - x86_64-msvc
@ -69,7 +69,7 @@ jobs:
stable: stable:
name: "Tests / Stable" name: "Tests / Stable"
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@ -79,7 +79,7 @@ jobs:
msrv: msrv:
name: "Tests / MSRV" name: "Tests / MSRV"
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab