diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e5f3df3..80e0be8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -5,7 +5,7 @@ pull_request: null jobs: check: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: actions/cache@v1 @@ -33,8 +33,6 @@ jobs: strategy: matrix: include: - - os: macos-latest - - os: ubuntu-latest - os: windows-latest steps: - uses: actions/checkout@v2 @@ -63,7 +61,7 @@ jobs: command: run args: '-- -h' lints: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: actions/cache@v1 @@ -93,7 +91,7 @@ jobs: command: clippy args: '-- -D warnings' version: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@master with: @@ -136,7 +134,7 @@ jobs: - os: macos-latest target: x86_64-apple-darwin suffix: '' - - os: ubuntu-latest + - os: windows-latest target: x86_64-unknown-linux-gnu suffix: '' - os: windows-latest @@ -198,7 +196,7 @@ jobs: if: github.ref == 'refs/heads/master' needs: - build - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@master with: